summaryrefslogtreecommitdiff
path: root/test/pending/script
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/script')
-rwxr-xr-xtest/pending/script/errors.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/pending/script/errors.scala b/test/pending/script/errors.scala
new file mode 100755
index 0000000000..2e2025b203
--- /dev/null
+++ b/test/pending/script/errors.scala
@@ -0,0 +1,9 @@
+#!/bin/sh
+exec scala -nocompdaemon "$0"
+!#
+
+// test that error messages print nicely
+
+<hello> </there>
+
+