chrome/test/unit/data/test_bug401153.manifest

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/chrome/test/unit/data/test_bug401153.manifest	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +# Should work
     1.5 +resource test1 test1/
     1.6 +
     1.7 +# Duplicates should be ignored
     1.8 +resource test1 foo/
     1.9 +
    1.10 +# Mapping into jar files should work
    1.11 +resource test3 jar:test3.jar!/resources/
    1.12 +
    1.13 +# Invalid line
    1.14 +resource test4
    1.15 +
    1.16 +# Check we made it through the whole manifest
    1.17 +resource test5 test5/

mercurial