X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FMatching3.scl;h=b600661b9fc3144b3b3a14aa5af29bb722d988ca;hb=fad36d463b75c3a9944d875fc627c3533f6da74d;hp=904a843978de3facd732ced8fb44ad1dd3d327d1;hpb=5930811a7911090a0c4984380c3b45ed81a93cde;p=simantics%2Fplatform.git 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