From a5a9693de96fd46f230f94919db9eba89e2d8cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ryszard=20Wi=C5=9Bniewski?= Date: Sat, 7 May 2011 13:29:51 +0200 Subject: [PATCH] Added tests for literals with consecutive spaces, new lines and style tags. --- .../brut/apktool/testapp/res/values-mcc001/strings.xml | 4 ++++ .../test/resources/brut/apktool/testapp/res/xml/literals.xml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/apktool-lib/src/test/resources/brut/apktool/testapp/res/values-mcc001/strings.xml b/apktool-lib/src/test/resources/brut/apktool/testapp/res/values-mcc001/strings.xml index 8d471bee..ab7c1a7c 100644 --- a/apktool-lib/src/test/resources/brut/apktool/testapp/res/values-mcc001/strings.xml +++ b/apktool-lib/src/test/resources/brut/apktool/testapp/res/values-mcc001/strings.xml @@ -9,4 +9,8 @@ \' \" \u0005 + " foo bar " + foo \n bar + foobarbazfoo + foobarbaz diff --git a/apktool-lib/src/test/resources/brut/apktool/testapp/res/xml/literals.xml b/apktool-lib/src/test/resources/brut/apktool/testapp/res/xml/literals.xml index eea3542e..7395bc2b 100644 --- a/apktool-lib/src/test/resources/brut/apktool/testapp/res/xml/literals.xml +++ b/apktool-lib/src/test/resources/brut/apktool/testapp/res/xml/literals.xml @@ -10,4 +10,6 @@ test8="'" test9=""" test10="\u0005" + test11=" foo bar " + test12="foo \n bar" />