diff options
Diffstat (limited to 'test/shell')
| -rw-r--r-- | test/shell/quoted-range/cmd | 1 | ||||
| -rw-r--r-- | test/shell/quoted-range/in | 1 | ||||
| -rw-r--r-- | test/shell/quoted-range/out | 1 | ||||
| -rw-r--r-- | test/shell/quoted-range/rc | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/test/shell/quoted-range/cmd b/test/shell/quoted-range/cmd new file mode 100644 index 00000000..0a2faf6b --- /dev/null +++ b/test/shell/quoted-range/cmd @@ -0,0 +1 @@ +!printf '%s' "$kak_quoted_opt_my_ranges"<ret> diff --git a/test/shell/quoted-range/in b/test/shell/quoted-range/in new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/test/shell/quoted-range/in @@ -0,0 +1 @@ + diff --git a/test/shell/quoted-range/out b/test/shell/quoted-range/out new file mode 100644 index 00000000..2488b23f --- /dev/null +++ b/test/shell/quoted-range/out @@ -0,0 +1 @@ +1 '1.1,1.1|a b' '1.2,1.2|b c' diff --git a/test/shell/quoted-range/rc b/test/shell/quoted-range/rc new file mode 100644 index 00000000..d88fab4c --- /dev/null +++ b/test/shell/quoted-range/rc @@ -0,0 +1 @@ +declare-option range-specs my_ranges 1 '1.1,1.1|a b' '1.2,1.2|b c' |
