Skip to content

Commit

Permalink
test: avoid using needless non ASCII characters
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 29, 2024
1 parent 4197054 commit 036d508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parser/test_base_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_attribute_prefixed_by_xml
</head>
<body>
<h1>XHTML Document</h1>
<p xml:lang="ja" lang="ja">この段落は日本語です。</p>
<p xml:lang="ja" lang="ja">For Japanese</p>
</body>
</html>
XML
Expand Down

0 comments on commit 036d508

Please sign in to comment.