summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDenis Isidoro <denisidoro@users.noreply.github.com>2020-04-13 14:27:05 -0300
committerGitHub <noreply@github.com>2020-04-13 14:27:05 -0300
commit4853a6718cbc9c256c22118243a7c5390b46b815 (patch)
tree385b73c414345f6345c59989ede9b5c2baf715c2 /tests
parent3188a767598f84b65906428678c28dfdac2741c0 (diff)
Disable preview-window for variable suggestions (#343)v2.5.1
Fixes #338 Reopens #320
Diffstat (limited to 'tests')
-rw-r--r--tests/cheats/more_cases.cheat8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/cheats/more_cases.cheat b/tests/cheats/more_cases.cheat
index 6ec034b..b1a1872 100644
--- a/tests/cheats/more_cases.cheat
+++ b/tests/cheats/more_cases.cheat
@@ -50,6 +50,14 @@ echo description space
#
echo description blank
+# x
+echo description one character
+
+# Concatenate pdf files
+files=($(echo "<files>"))
+echo pdftk "${files[@]:-}" cat output <pdf_output>
+
+$ files: echo 'file1.pdf file2.pdf file3.pdf' | tr ' ' '\n' --- --multi --overrides '--tac'
$ x: echo '1 2 3' | tr ' ' '\n'
$ y: echo 'a b c' | tr ' ' '\n'
$ z: echo 'foo bar' | tr ' ' '\n'