Added tests for unicode literals.

This commit is contained in:
Ryszard Wiśniewski 2011-05-03 16:54:49 +02:00
parent fadb4e3353
commit f041f091c5
2 changed files with 2 additions and 0 deletions

View File

@ -8,4 +8,5 @@
<string name="test_string6">&amp;</string>
<string name="test_string7">\'</string>
<string name="test_string8">\&quot;</string>
<string name="test_string9">\u0005</string>
</resources>

View File

@ -9,4 +9,5 @@
test7="&amp;"
test8="\'"
test9="\&quot;"
test10="\u0005"
/>