aboutsummaryrefslogtreecommitdiffstats
path: root/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources')
-rw-r--r--test/resources/funcdef.bork8
-rw-r--r--test/resources/program.bork13
-rw-r--r--test/resources/test.file4
3 files changed, 0 insertions, 25 deletions
diff --git a/test/resources/funcdef.bork b/test/resources/funcdef.bork
deleted file mode 100644
index 8412129..0000000
--- a/test/resources/funcdef.bork
+++ /dev/null
@@ -1,8 +0,0 @@
-/* kommentti juu jee */
-
-func my_func x y as
- + x 1
- - y x
-end
-
-my_func(1 2) \ No newline at end of file
diff --git a/test/resources/program.bork b/test/resources/program.bork
deleted file mode 100644
index 7034625..0000000
--- a/test/resources/program.bork
+++ /dev/null
@@ -1,13 +0,0 @@
-/* get an integer from the user */
-decl lhs decl rhs
-set lhs in("give an integer: ")
-set rhs in("give another: ")
-
-/* add the inputs together */
-decl sum
-set sum + as_int(lhs) as_int(rhs)
-
-/* print the sum */
-out( concat(lhs " + " rhs " = " sum) )
-
-"done" \ No newline at end of file
diff --git a/test/resources/test.file b/test/resources/test.file
deleted file mode 100644
index 3b723c0..0000000
--- a/test/resources/test.file
+++ /dev/null
@@ -1,4 +0,0 @@
-###
-This test file starts and
-ends in three # symbols
-### \ No newline at end of file