diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/plugins/common/ConeLegacyRulePlugin/legacyruleplugin/tests/ruleproject/rules/implml/rules.ruleml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/source/plugins/common/ConeLegacyRulePlugin/legacyruleplugin/tests/ruleproject/rules/implml/rules.ruleml Tue Aug 10 14:29:28 2010 +0300 @@ -0,0 +1,24 @@ + + + {% ${imaker.imagetarget} %} configures imakerapi.outputLocation = imaker.imagetarget + mms.imagesize == 'large' configures pd.ref1 = True and pd.ref2 = True + mms.imagesize == 'small' configures pd.ref1 = False and pd.ref2 = True + mms.imagesize == 'extrasmall' configures pd.ref1 = False and pd.ref2 = False + mms.imagesize == 'extralarge' configures pd.ref1 = True and pd.ref2 = False + imakerapi.outputLocationY == None configures imakerapi.outputLocationY = 'hello' + operations.minus == 5 configures operations.minus = operations.minus1 - operations.minus2 + operations.minus1 == 25 configures operations.minus1 = operations.minus3 * operations.minus2 + operations.minus4 == 10 configures operations.minus4 = operations.minus4 / operations.minus5 + operations.minus6 == 5 configures operations.minus6 = operations.minus7 + operations.minus8 + + 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" € カタカナ" + + True configures ударения.ελληνικά = ударения.ελληνικά + u" € カタカナ" + + {% @{Foo.Bar}.value %} configures ${Foo.Baz} = 'gaa' + \ No newline at end of file