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%2FListSyntax7.scl;h=3590bb22c10f1810e25be0d8dfdf6c703b884322;hp=54cf21c54fbb1c95b8945dc1d782e443fced6a69;hb=refs%2Fchanges%2F38%2F238%2F2;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax7.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax7.scl index 54cf21c54..3590bb22c 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax7.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax7.scl @@ -1,6 +1,6 @@ -import "Prelude" - -main :: [Integer] -main = [x | x <- [2,4,3,5,4,6], then sortBy by x] --- +import "Prelude" + +main :: [Integer] +main = [x | x <- [2,4,3,5,4,6], then sortBy by x] +-- [2, 3, 4, 4, 5, 6] \ No newline at end of file