config/tests/src-simple/jar.mn

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 #filter substitution
michael@0 2
michael@0 3 test.jar:
michael@0 4 # test chrome with flags and path expansion
michael@0 5 % content test %one
michael@0 6 # test locale with variable substitution and path expansion
michael@0 7 % locale @AB_CD@ %three
michael@0 8 # test overlays
michael@0 9 % overlay chrome://one/file.xml chrome://two/otherfile.xml
michael@0 10 # test regular file, preprocessed file, preprocessed css
michael@0 11 one/file.xml (thesrcdir/file.xml)
michael@0 12 * one/preproc (thesrcdir/preproc.in)
michael@0 13 * one/some.css (thesrcdir/some.css)
michael@0 14 # test reference against topsrcdir
michael@0 15 two/otherfile.xml (/config/tests/src-simple/thetopsrcdir/otherfile.xml)
michael@0 16 # test reference against localesrcdir
michael@0 17 three/l10nfile.txt (%l10nfile.txt)
michael@0 18
michael@0 19 test.jar:
michael@0 20 # test manifest update the locale one was already added above, add skin
michael@0 21 % locale @AB_CD@ %three
michael@0 22 % skin test classic %one

mercurial