]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues2.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 / RecursiveValues2.scl
index 7291bb9904b3b01348f3f96021d471911ff9cf0f..252e7ccfafeaf1cc0ccd74b440cdff67cafcde26 100644 (file)
@@ -1,5 +1,5 @@
-f g = a\r
-  where \r
-    a = g a\r
---\r
-3:11-3:12: Couldn't resolve variable a.
\ No newline at end of file
+f g = a
+  where 
+    a = g a
+--
+3:11-3:12: Couldn't resolve a.
\ No newline at end of file