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%2FMatching3.scl;h=b600661b9fc3144b3b3a14aa5af29bb722d988ca;hp=904a843978de3facd732ced8fb44ad1dd3d327d1;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=86adc86522decdf79259743cde5ec3688af3d908 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Matching3.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Matching3.scl index 904a84397..b600661b9 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Matching3.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Matching3.scl @@ -1,10 +1,10 @@ - -a = 5 :: Long -main = match a with - 1 -> "wrong" - 2 -> "wrong" - 5 -> "right" - 6 -> "wrong" - _ -> "wrong" --- + +a = 5 :: Long +main = match a with + 1 -> "wrong" + 2 -> "wrong" + 5 -> "right" + 6 -> "wrong" + _ -> "wrong" +-- right \ No newline at end of file