aboutsummaryrefslogtreecommitdiff
path: root/test/sam/errors
diff options
context:
space:
mode:
Diffstat (limited to 'test/sam/errors')
-rw-r--r--test/sam/errors/conflict.cmd4
-rw-r--r--test/sam/errors/conflict.in1
-rw-r--r--test/sam/errors/read.cmd1
-rw-r--r--test/sam/errors/read.in1
-rw-r--r--test/sam/errors/unbalanced-group.cmd5
-rw-r--r--test/sam/errors/unbalanced-group.in1
6 files changed, 13 insertions, 0 deletions
diff --git a/test/sam/errors/conflict.cmd b/test/sam/errors/conflict.cmd
new file mode 100644
index 0000000..8397024
--- /dev/null
+++ b/test/sam/errors/conflict.cmd
@@ -0,0 +1,4 @@
+,{
+c/text1/
+c/text2/
+}
diff --git a/test/sam/errors/conflict.in b/test/sam/errors/conflict.in
new file mode 100644
index 0000000..980a0d5
--- /dev/null
+++ b/test/sam/errors/conflict.in
@@ -0,0 +1 @@
+Hello World!
diff --git a/test/sam/errors/read.cmd b/test/sam/errors/read.cmd
new file mode 100644
index 0000000..7685f9d
--- /dev/null
+++ b/test/sam/errors/read.cmd
@@ -0,0 +1 @@
+1 r not-found
diff --git a/test/sam/errors/read.in b/test/sam/errors/read.in
new file mode 100644
index 0000000..1b88518
--- /dev/null
+++ b/test/sam/errors/read.in
@@ -0,0 +1 @@
+Read non-existing file
diff --git a/test/sam/errors/unbalanced-group.cmd b/test/sam/errors/unbalanced-group.cmd
new file mode 100644
index 0000000..0a8faf2
--- /dev/null
+++ b/test/sam/errors/unbalanced-group.cmd
@@ -0,0 +1,5 @@
+{
+ i/>/
+ {
+ a/</
+}
diff --git a/test/sam/errors/unbalanced-group.in b/test/sam/errors/unbalanced-group.in
new file mode 100644
index 0000000..8708690
--- /dev/null
+++ b/test/sam/errors/unbalanced-group.in
@@ -0,0 +1 @@
+Unbalanced brace in group