]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ConjunctionMacro.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ConjunctionMacro.scl
index 99188f8bbef42d30dd2dfb2a37ab256facdd4845..819805063dd191f2db7834c990bf052cca0bf636 100644 (file)
@@ -1,6 +1,6 @@
-(&&) :: Boolean -> (<e> Boolean) -> <e> Boolean\r
-a && b = if a then b else False\r
-\r
-main = False && fail "Should not be evaluated!"\r
---\r
+(&&) :: Boolean -> (<e> Boolean) -> <e> Boolean
+a && b = if a then b else False
+
+main = False && fail "Should not be evaluated!"
+--
 false
\ No newline at end of file