added some testcases
[testub10.git] / scanner / skinner_00.out
diff --git a/scanner/skinner_00.out b/scanner/skinner_00.out
new file mode 100644 (file)
index 0000000..ad769d9
--- /dev/null
@@ -0,0 +1,26 @@
+method
+ident blabb
+var
+ident foo
+:=
+num 5
+;
+if
+ident foo
+<
+num f3
+then
+ident foo
+:=
+ident foo
+-
+num 3
+;
+else
+ident foo
+:=
+ident foo
+*
+num 4
+;
+end