[Pkg-mozext-commits] [firebug] 49/82: Tests for "a.%%b", "a.%b.%c"

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:45:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag fbtest-1.11.2
in repository firebug.

commit 77308eba4d73427d9c17864b20d9e9e1cea03460
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Wed Jan 2 23:29:25 2013 +0100

    Tests for "a.%%b", "a.%b.%c"
---
 tests/content/commandLine/5873/issue5873.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/content/commandLine/5873/issue5873.js b/tests/content/commandLine/5873/issue5873.js
index 35717c3..ac93058 100644
--- a/tests/content/commandLine/5873/issue5873.js
+++ b/tests/content/commandLine/5873/issue5873.js
@@ -119,6 +119,8 @@ function runTest()
 
                 var tests = [
                     ["a.%b", "f(a).b"],
+                    ["a.%%b", "f(a).%b"],
+                    ["a.%b.%c", "f(f(a).b).c"],
                     ["a\na.%b", "a\nf(a).b"],
                     ["anew\na.%b", "anew\nf(a).b"],
                     ["new\na.%b()", "new\n(f(a)).b()"],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list