Skip to content

Commit

Permalink
✅ update test
Browse files Browse the repository at this point in the history
  • Loading branch information
XiYang6666 committed Jul 23, 2024
1 parent b7110b9 commit 535346f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mitori-Satori/src/test/kotlin/XmlParserTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class XmlParserTest {
1919810"0
awawawaw
<!-- awa -->
<test:awa qwq:awa="114"/>
<p>
awa
<a href="/login">login</a>
Expand All @@ -21,7 +22,7 @@ class XmlParserTest {
)
println(result)
assertEquals(
"<a href=\"awa\" aaa>aLink</a>1145144<br/>1919810&quot;0<br/>awawawaw<p>awa<a href=\"/login\">login</a>qwqwqwq</p>",
"<a href=\"awa\" aaa>aLink</a>1145144<br/>1919810&quot;0<br/>awawawaw<test:awa qwq:awa=\"114\"/><p>awa<a href=\"/login\">login</a>qwqwqwq</p>",
result.toString(),
)
}
Expand Down

0 comments on commit 535346f

Please sign in to comment.