diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-08-02 16:30:13 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-08-02 16:30:13 +0200 |
commit | 07a95fc6138446529384b08ecd1ecc2d54861761 (patch) | |
tree | d03e1be0128b4ac950fb609991074057029c615c /test/script/shell.et | |
parent | 387b02e41cc835541dcfc31af5f96873d5576e37 (diff) |
Shell: support backslash-escaped spaces
Diffstat (limited to 'test/script/shell.et')
-rw-r--r-- | test/script/shell.et | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/script/shell.et b/test/script/shell.et index 5cc11fb..12a5a73 100644 --- a/test/script/shell.et +++ b/test/script/shell.et @@ -51,6 +51,7 @@ test ShellEcho: "\$ \" \\" "\"\"a" "' \" \\\\\\ \\" + "a b c" with p: expect /run-test-result Echo done/ |