X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FTransformation4.scl;h=92789e68739140e7d07147f31f809a239c881038;hp=5a889e1e0c5c1d4759a72bbdc1803c734619705e;hb=00119bc6c509134e985c11ad4f6aff37801adc3f;hpb=fad36d463b75c3a9944d875fc627c3533f6da74d diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Transformation4.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Transformation4.scl index 5a889e1e0..92789e687 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Transformation4.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Transformation4.scl @@ -24,4 +24,16 @@ rule Seed where main = transformation OneShotForward where -- -() +11 -> 2, 1 +10 -> 1, 2 +9 -> 2, 1 +8 -> 1, 2 +7 -> 2, 1 +6 -> 1, 2 +5 -> 2, 1 +4 -> 1, 2 +3 -> 2, 1 +2 -> 1, 2 +1 -> 2, 1 +0 -> 1, 2 +() \ No newline at end of file