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%2FListSyntax.scl;h=d14a82b13cce33943e3e0e9f731bcccae010856a;hp=1747a6f6258cfefe16e8fffc31bceb2b68488999;hb=HEAD;hpb=43ddca759254b8e38029c1041d91cbdd7890c9b5 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax.scl index 1747a6f62..d14a82b13 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax.scl @@ -1,7 +1,7 @@ -import "Prelude" - -a = [1,2] -b = [5,9] -main = [(x,y) | x <- a, y <- b] --- +import "Prelude" + +a = [1,2] +b = [5,9] +main = [(x,y) | x <- a, y <- b] +-- [(1,5), (1,9), (2,5), (2,9)] \ No newline at end of file