From 2f16fd40faab7287dfcae4899050b9df360d0c29 Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Fri, 20 Apr 2012 04:35:04 +0900 Subject: Make KeySpecParser case insensitive Change-Id: I76c3e9179dd8777d3cf3138ad76513d83672debf --- tests/res/values/donottranslate.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/res') diff --git a/tests/res/values/donottranslate.xml b/tests/res/values/donottranslate.xml index 42181ed92..875a55804 100644 --- a/tests/res/values/donottranslate.xml +++ b/tests/res/values/donottranslate.xml @@ -52,5 +52,11 @@ " ab\\\\ , d\\\\\\, , g\\,i " !label/multiple_chars x,!label/multiple_chars,y + !label/indirect_string infinite,!label/infinite_indirection,loop + !LABEL/MULTIPLE_CHARS + x,!LABEL/MULTIPLE_CHARS,y + !LABEL/UPPER_INDIRECT_STRING + infinite,!LABEL/INFINITE_INDIRECTION,loop + !fixedColumnOrder!2,!label/action_previous_as_more_key,!label/action_next_as_more_key -- cgit v1.2.3-83-g751a