mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +01:00
Added tests for literals with consecutive spaces, new lines and style tags.
This commit is contained in:
parent
7ebf00a828
commit
a5a9693de9
@ -9,4 +9,8 @@
|
|||||||
<string name="test_string8">\'</string>
|
<string name="test_string8">\'</string>
|
||||||
<string name="test_string9">\"</string>
|
<string name="test_string9">\"</string>
|
||||||
<string name="test_string10">\u0005</string>
|
<string name="test_string10">\u0005</string>
|
||||||
|
<string name="test_string11">" foo bar "</string>
|
||||||
|
<string name="test_string12">foo \n bar</string>
|
||||||
|
<string name="test_string13">foo<b>bar<i>baz</i></b>foo</string>
|
||||||
|
<string name="test_string14">foo<sometag someattr1="someval1" someattr2="someval2">bar</sometag>baz</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -10,4 +10,6 @@
|
|||||||
test8="'"
|
test8="'"
|
||||||
test9="""
|
test9="""
|
||||||
test10="\u0005"
|
test10="\u0005"
|
||||||
|
test11=" foo bar "
|
||||||
|
test12="foo \n bar"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user