diff options
| author | Randy Palamar <randy@rnpnr.xyz> | 2024-05-21 19:53:22 -0600 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2024-05-21 19:53:22 -0600 |
| commit | b7074021b7bfb0932b889b9560dd22df31cef818 (patch) | |
| tree | 0295b18de8fb8ea5289cbda95675687ae06025ff /test/sam/errors | |
| parent | b7f8018a00be930e3f2b864949aec1f91291309c (diff) | |
| parent | efafa3c178268a4149fc3e432bc1174a013c16de (diff) | |
| download | vis-b7074021b7bfb0932b889b9560dd22df31cef818.tar.gz vis-b7074021b7bfb0932b889b9560dd22df31cef818.tar.xz | |
Merge vis-tests into test directory
Going forward all tests should be submitted here directly.
Diffstat (limited to 'test/sam/errors')
| -rw-r--r-- | test/sam/errors/conflict.cmd | 4 | ||||
| -rw-r--r-- | test/sam/errors/conflict.in | 1 | ||||
| -rw-r--r-- | test/sam/errors/read.cmd | 1 | ||||
| -rw-r--r-- | test/sam/errors/read.in | 1 | ||||
| -rw-r--r-- | test/sam/errors/unbalanced-group.cmd | 5 | ||||
| -rw-r--r-- | test/sam/errors/unbalanced-group.in | 1 |
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 |
