Skip to content

Commit

Permalink
[Reverted] Fixed tests due to changed debug repr of some characters
Browse files Browse the repository at this point in the history
  • Loading branch information
netvl committed Mar 28, 2020
1 parent 243cda8 commit 183de5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/documents/sample_1_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Characters("\n JavaScript & program\n ")
EndElement(file)
Whitespace("\n ")
StartElement(file [name="style.css", type="css"])
Characters("\n Cascading style sheet: © - \u{489}\n ")
Characters("\n Cascading style sheet: © - ҉\n ")
EndElement(file)
Whitespace("\n ")
EndElement(files)
Expand Down
2 changes: 1 addition & 1 deletion tests/documents/sample_1_short.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ StartElement(file [name="program.js", type="javascript"])
Characters("JavaScript & program")
EndElement(file)
StartElement(file [name="style.css", type="css"])
Characters("Cascading style sheet: © - \u{489}")
Characters("Cascading style sheet: © - ҉")
EndElement(file)
EndElement(files)
EndElement(module)
Expand Down
2 changes: 1 addition & 1 deletion tests/documents/sample_5_short.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
StartDocument(1.0, utf-8)
StartElement(p)
StartElement(a)
Characters("test ©≂\u{338}")
Characters("test ©≂̸")
EndElement(a)
EndElement(p)
EndDocument

0 comments on commit 183de5c

Please sign in to comment.