From 07a95fc6138446529384b08ecd1ecc2d54861761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 2 Aug 2025 16:30:13 +0200 Subject: Shell: support backslash-escaped spaces --- test/script/shell.et | 1 + 1 file changed, 1 insertion(+) (limited to 'test/script') 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/ -- cgit v1.2.3