tidy-html5/test/xmltest.cmd

12 lines
267 B
Batchfile
Raw Normal View History

2011-11-17 02:44:16 +00:00
@echo off
REM xmltest.cmd - execute all XML test cases
REM
REM (c) 1998-2003 (W3C) MIT, ERCIM, Keio University
REM See tidy.c for the copyright notice.
REM
2015-02-13 11:19:51 +00:00
REM <URL:http://www.html-tidy.org/>
2011-11-17 02:44:16 +00:00
REM
for /F "tokens=1*" %%i in (xmlcases.txt) do call onetest.cmd %%i %%j