You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
Having just run the xml tests, the first time for quite a while, note there has been a change in the output for test xml/case-1510101.[xml/conf]...
Looking back, this test was added due to https://sourceforge.net/p/tidy/bugs/777/, which fixed a bug, and it seems this bug remains fixed, the purpose of the test...
It seems the only change in the pretty print output are just indent changes... this change could have been around for quite a time... did not exactly check the commit that causes it...
It is certainly unrelated to the current xml PR #595...
Thus, baring any objections, propose to update the xml-expects\case-1510101.html to current output...
Comments welcome... thanks...
The text was updated successfully, but these errors were encountered:
Just for Windows users, I created a small batch file, in tools-cmd, t-xml.bat, to do this xml testing -
@setlocal@REM set TY_TIDY_PATH=C:\MDOS\tidy5.exe@setTY_TIDY_PATH=F:\Projects\tidy-html5\build\win64\Release\tidy.exe
@if NOT EXIST %TY_TIDY_PATH%goto NOEXE
@setTMPVER=temp-xml-next
@setTMPOUT=..\cases\%TMPVER%-results
%TY_TIDY_PATH% -v
@if EXIST %TMPOUT%\nul (
@echo NOTE: Will delete %TMPOUT%
)
@pause@if EXIST %TMPOUT%\nul (
rd /s /q %TMPOUT%
)
call alltest -c xml -o %TMPVER%@goto END
:NOEXE@echo Can NOT locate %TY_TIDY_PATH%! *** FIX ME ***
:END
Note it uses my path to the current tidy EXE, and sets the output to temp-xml-next... the important point is to run alltest.bat adding the -c xml option... thanks...
Having just run the
xml
tests, the first time for quite a while, note there has been a change in the output for testxml/case-1510101.[xml/conf]
...Looking back, this test was added due to https://sourceforge.net/p/tidy/bugs/777/, which fixed a bug, and it seems this bug remains fixed, the purpose of the test...
It seems the only change in the pretty print output are just indent changes... this change could have been around for quite a time... did not exactly check the commit that causes it...
It is certainly unrelated to the current xml PR #595...
Thus, baring any objections, propose to update the
xml-expects\case-1510101.html
to current output...Comments welcome... thanks...
The text was updated successfully, but these errors were encountered: