diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/scripts/tests/testdata/generate/error_test_project/layer1/implml/rules_with_errors.implml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/source/scripts/tests/testdata/generate/error_test_project/layer1/implml/rules_with_errors.implml Tue Aug 10 14:29:28 2010 +0300 @@ -0,0 +1,35 @@ + + + + + + + + + + + configures ${TempFeature.Int} = 6000 + True configures + + + + foo bar baz ${TempFeature.Int} = 5000 + + + True configures ${TempFeature.String} = ${TempFeature.String} + " and more testing" + True configures ${TempFeature.Int} = ${TempFeature.Int} + 1 + True configures ${TempFeature.Real} = ${TempFeature.Real} + 0.25 + + + + + + + + \ No newline at end of file