summaryrefslogtreecommitdiff
path: root/hello/hello/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'hello/hello/testscript')
-rw-r--r--hello/hello/testscript9
1 files changed, 9 insertions, 0 deletions
diff --git a/hello/hello/testscript b/hello/hello/testscript
new file mode 100644
index 0000000..cefda39
--- /dev/null
+++ b/hello/hello/testscript
@@ -0,0 +1,9 @@
+: basics
+:
+$* 'World' >'Hello, World!'
+
+: missing-name
+:
+$* 2>>EOE != 0
+error: missing name
+EOE