diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/plugins/common/ConeLegacyRulePlugin/legacyruleplugin/tests/ruleproject/rules/implml/container_with_rules.ruleml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/source/plugins/common/ConeLegacyRulePlugin/legacyruleplugin/tests/ruleproject/rules/implml/container_with_rules.ruleml Tue Aug 10 14:29:28 2010 +0300 @@ -0,0 +1,20 @@ + + + + + + imaker.imagetarget configures imakerapi.outputLocation = imaker.imagetarget + True configures StringConcatenationTest.Result1 = "Test " + "test" + True configures StringConcatenationTest.Result2 = StringConcatenationTest.Value1 + " Literal 2" + + + + + + True configures StringConcatenationTest.Result3 = "Literal 1 " + StringConcatenationTest.Value2 + True configures StringConcatenationTest.Result4 = StringConcatenationTest.Value1 + StringConcatenationTest.Value2 + True configures StringConcatenationTest.Result5 = StringConcatenationTest.Value1 + " & " + StringConcatenationTest.Value2 + True configures StringConcatenationTest.Result6 = StringConcatenationTest.Value1 + u" € カタカナ" + + +