Skip to content

Commit 036d508

Browse files
committed
test: avoid using needless non ASCII characters
1 parent 4197054 commit 036d508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parser/test_base_parser.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_attribute_prefixed_by_xml
3434
</head>
3535
<body>
3636
<h1>XHTML Document</h1>
37-
<p xml:lang="ja" lang="ja">この段落は日本語です。</p>
37+
<p xml:lang="ja" lang="ja">For Japanese</p>
3838
</body>
3939
</html>
4040
XML

0 commit comments

Comments
 (0)