| Index: conformance/00_readme.txt
|
| ===================================================================
|
| --- conformance/00_readme.txt (revision 0)
|
| +++ conformance/00_readme.txt (revision 0)
|
| @@ -0,0 +1,13 @@
|
| +This file "00_test_list.txt" lists which files the test harness should run.
|
| +
|
| +If you add new tests you can update it with
|
| +
|
| +on windows
|
| +
|
| + dir /b *.html >00_test_list.txt
|
| +
|
| +on OSX / Linux
|
| +
|
| + ls -1 *.html >00_test_list.txt
|
| +
|
| +
|
|
|
| Property changes on: conformance/00_readme.txt
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|