Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix test runner...
The io.lines() iterator truncates any line that contains embedded zeros and was causing a few html5lib tests to fail. As a replacement, we read the file into memory and iterate over lines with a gmatch pattern.
- Loading branch information
1 parent
0dba75b
commit 168d9f3
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters