OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / html5 / html4 / testbig.bat
1 @setlocal
2 @call setexe
3 @set TMPFIL=big5.html
4 @if NOT EXIST %TMPFIL% (
5 @echo Unable to locate FILE %TMPFIL%
6 @exit /b 1
7 )
8
9 @REM %TMPEXE% -c -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL%
10
11 @call testone
12
13 @echo See %TMPINFO%
14