Added test for a literal with single substitution (should not add formatted="false").

This commit is contained in:
Ryszard Wiśniewski 2011-05-14 02:00:54 +02:00
parent 27fd99ea8c
commit 113965e5b5

View File

@ -17,4 +17,5 @@ bar"</string>
<string name="test_string16">foo<b>bar<i>"b
az"</i></b>foo</string>
<string name="test_string17" formatted="false">%d of %d</string>
<string name="test_string18">foo %d bar</string>
</resources>