config/tests/src-simple/jar.mn

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/tests/src-simple/jar.mn	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +#filter substitution
     1.5 +
     1.6 +test.jar:
     1.7 +# test chrome with flags and path expansion
     1.8 +% content test %one
     1.9 +# test locale with variable substitution and path expansion
    1.10 +% locale @AB_CD@ %three
    1.11 +# test overlays
    1.12 +% overlay chrome://one/file.xml chrome://two/otherfile.xml
    1.13 +# test regular file, preprocessed file, preprocessed css
    1.14 +  one/file.xml  (thesrcdir/file.xml)
    1.15 +* one/preproc   (thesrcdir/preproc.in)
    1.16 +* one/some.css  (thesrcdir/some.css)
    1.17 +# test reference against topsrcdir
    1.18 +  two/otherfile.xml (/config/tests/src-simple/thetopsrcdir/otherfile.xml)
    1.19 +# test reference against localesrcdir
    1.20 +  three/l10nfile.txt (%l10nfile.txt)
    1.21 +
    1.22 +test.jar:
    1.23 +# test manifest update the locale one was already added above, add skin
    1.24 +% locale @AB_CD@ %three
    1.25 +% skin test classic %one

mercurial