add teststrile and adjust files to local context

This commit is contained in:
Geoff McLane 2014-08-08 18:12:44 +02:00
parent 09f0ec136b
commit 277db6e145
11 changed files with 23 additions and 10 deletions

View file

@ -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...

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,6 +1,6 @@
@setlocal
@call setexe
@set TMPFIL=C:\HOMEPAGE\Orange\index2.html
@set TMPFIL=index2.html
@call testone

View 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%

View file

@ -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