Skip to content

Commit

Permalink
explicit replacement charset test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Mar 27, 2024
1 parent 2428f53 commit 5e57f09
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<meta charset='replacement'>
<title>abcd</title>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
(HTML
(HEAD
(meta
Acharset replacement
)meta
)HEAD
(body
"�
)body
)HTML
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(meta
Acharset replacement
)meta
"�
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<HTML><HEAD><meta charset="replacement"></HEAD><body>�</body></HTML>

0 comments on commit 5e57f09

Please sign in to comment.