mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
testapp: made literals as simple as they can be.
Eg. \" in strings.xml and " in literals.xml instead of \" in both places.
This commit is contained in:
parent
e338168ae2
commit
7ebf00a828
@ -7,6 +7,6 @@
|
||||
<string name="test_string5">\#ff123456</string>
|
||||
<string name="test_string7">&</string>
|
||||
<string name="test_string8">\'</string>
|
||||
<string name="test_string9">\"</string>
|
||||
<string name="test_string9">\"</string>
|
||||
<string name="test_string10">\u0005</string>
|
||||
</resources>
|
||||
|
@ -7,7 +7,7 @@
|
||||
test5="#ff123456"
|
||||
test6="\#ff123456"
|
||||
test7="&"
|
||||
test8="\'"
|
||||
test9="\""
|
||||
test8="'"
|
||||
test9="""
|
||||
test10="\u0005"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user