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%2FListSyntax2.scl;h=d33e78fac2d0ce34aaa44fb6af0a9a21f1c2f2da;hp=e020731a72c605736736a444d4bd0d7501cb14e8;hb=HEAD;hpb=dcca7344e1da6f975859fd79fbc6cead7d363042 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax2.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax2.scl index e020731a7..d33e78fac 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax2.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax2.scl @@ -1,7 +1,7 @@ -import "Prelude" - -a = [1,2] -b = [5,9] -main = [(x, y) | x <- a, x==2, y <- b] --- +import "Prelude" + +a = [1,2] +b = [5,9] +main = [(x, y) | x <- a, x==2, y <- b] +-- [(2,5), (2,9)] \ No newline at end of file