add teststrile and adjust files to local context
This commit is contained in:
parent
09f0ec136b
commit
277db6e145
|
@ -49,7 +49,7 @@ All the output is redirected to tempinfo.html
|
|||
|
||||
The set of test batch files is -
|
||||
testacro.bat testbig.bat testbody.bat testcent.bat testcent2.bat testdir.bat
|
||||
testfont.bat testi2.bat testtt.bat
|
||||
testfont.bat testi2.bat teststrike.bat testtt.bat
|
||||
|
||||
The name generally indicates the tag or attribute being tested...
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@setlocal
|
||||
@call setexe
|
||||
@set TMPFIL=C:\HOMEPAGE\Orange\acronym5.html
|
||||
@set TMPFIL=acronym5.html
|
||||
@if NOT EXIST %TMPFIL% (
|
||||
@echo Unable to locate FILE %TMPFIL%
|
||||
@exit /b 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@setlocal
|
||||
@call setexe
|
||||
@set TMPFIL=C:\HOMEPAGE\Orange\big5.html
|
||||
@set TMPFIL=big5.html
|
||||
@if NOT EXIST %TMPFIL% (
|
||||
@echo Unable to locate FILE %TMPFIL%
|
||||
@exit /b 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@setlocal
|
||||
@call setexe
|
||||
@set TMPFIL=C:\HOMEPAGE\Orange\bodyatts5.html
|
||||
@set TMPFIL=bodyatts5.html
|
||||
@if NOT EXIST %TMPEXE% (
|
||||
@echo Unable to locate EXE %TMPEXE%
|
||||
@exit /b 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@setlocal
|
||||
@call setexe
|
||||
@set TMPFIL=C:\HOMEPAGE\Orange\center5.html
|
||||
@set TMPFIL=center5.html
|
||||
@if NOT EXIST %TMPFIL% (
|
||||
@echo Unable to locate FILE %TMPFIL%
|
||||
@exit /b 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@setlocal
|
||||
@call setexe
|
||||
@set TMPFIL=C:\HOMEPAGE\Orange\center25.html
|
||||
@set TMPFIL=center25.html
|
||||
@if NOT EXIST %TMPFIL% (
|
||||
@echo Unable to locate FILE %TMPFIL%
|
||||
@exit /b 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@setlocal
|
||||
@call setexe
|
||||
@set TMPFIL=C:\HOMEPAGE\Orange\dir5.html
|
||||
@set TMPFIL=dir5.html
|
||||
@if NOT EXIST %TMPFIL% (
|
||||
@echo Unable to locate FILE %TMPFIL%
|
||||
@exit /b 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@setlocal
|
||||
@call setexe
|
||||
@set TMPFIL=C:\HOMEPAGE\Orange\font5.html
|
||||
@set TMPFIL=font5.html
|
||||
@if NOT EXIST %TMPFIL% (
|
||||
@echo Unable to locate FILE %TMPFIL%
|
||||
@exit /b 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@setlocal
|
||||
@call setexe
|
||||
@set TMPFIL=C:\HOMEPAGE\Orange\index2.html
|
||||
@set TMPFIL=index2.html
|
||||
|
||||
@call testone
|
||||
|
||||
|
|
13
test/html5/html4/teststrike.bat
Normal file
13
test/html5/html4/teststrike.bat
Normal file
|
@ -0,0 +1,13 @@
|
|||
@setlocal
|
||||
@call setexe
|
||||
@set TMPFIL=strike5.html
|
||||
@if NOT EXIST %TMPFIL% (
|
||||
@echo Unable to locate FILE %TMPFIL%
|
||||
@exit /b 1
|
||||
)
|
||||
|
||||
@call testone
|
||||
@REM %TMPEXE% -c -i --doctype html5 -o tempclean.html --tidy-mark no --show-info no %TMPFIL%
|
||||
@REM %TMPEXE% -i --doctype html5 -o tempnoclean.html --tidy-mark no --show-info no %TMPFIL%
|
||||
|
||||
@echo See %TMPINFO%
|
|
@ -1,6 +1,6 @@
|
|||
@setlocal
|
||||
@call setexe
|
||||
@set TMPFIL=C:\HOMEPAGE\Orange\tt5.html
|
||||
@set TMPFIL=tt5.html
|
||||
@if NOT EXIST %TMPFIL% (
|
||||
@echo Unable to locate FILE %TMPFIL%
|
||||
@exit /b 1
|
||||
|
|
Loading…
Reference in a new issue