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%2FShow1.scl;h=731da7e1ae95ead81300ddae094f5020d40698e8;hp=649f3cbce3942d0d3e1a1ee6ef2c57e7f7492a5e;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=06718abb2b3cc780748553811c4857c165499809 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Show1.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Show1.scl index 649f3cbce..731da7e1a 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Show1.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Show1.scl @@ -1,5 +1,5 @@ -import "Prelude" - -main = show [(1,2),(3,4),(5,6)] --- +import "Prelude" + +main = show [(1,2),(3,4),(5,6)] +-- [(1, 2), (3, 4), (5, 6)] \ No newline at end of file