Diff of /test/stmt-case.test.expected [000000] .. [1bb915]  Maximize  Restore

Switch to side-by-side view

--- a
+++ b/test/stmt-case.test.expected
@@ -0,0 +1,16 @@
+FUNCTION func:BOOL;
+(*switch*)WHILE TRUE DO
+CASE value OF
+ 'h':
+ ((c:=c+1)-1);
+ ((c:=c-1)+1);
+ EXIT;
+ 
+ELSE:
+ ((c:=c-1)+1);
+ EXIT;
+
+END_CASE
+
+(*switch*)EXIT;
+(*switch*)END_WHILE
\ No newline at end of file