]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidPattern3.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidPattern3.scl
index 460a9bdfef5f4fc4a845c3276f3ecc921a82377b..e5b4785aeb73095e599df9cb636de9bebfc44cee 100644 (file)
@@ -1,8 +1,8 @@
-foo x = b\r
-  where\r
-    if a then b else c = x\r
-\r
-main = "Not to be executed."\r
---\r
-1:9-1:10: Couldn't resolve variable b.\r
+foo x = b
+  where
+    if a then b else c = x
+
+main = "Not to be executed."
+--
+1:9-1:10: Couldn't resolve b.
 3:5-3:23: Pattern was expected here.
\ No newline at end of file