summaryrefslogtreecommitdiff
path: root/tests/examplefiles/foo.sce
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/foo.sce')
-rw-r--r--tests/examplefiles/foo.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/examplefiles/foo.sce b/tests/examplefiles/foo.sce
new file mode 100644
index 00000000..0e5d6afe
--- /dev/null
+++ b/tests/examplefiles/foo.sce
@@ -0,0 +1,6 @@
+// Scilab
+//
+disp(%pi);
+
+assert_checkequal(2+2,4);
+