From e4a392c1c3089e0ec77601d99cd19be4403bb3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 2 Aug 2025 17:08:59 +0200 Subject: Shell: list all shell special characters for parser --- test/script/shell.et | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/script') diff --git a/test/script/shell.et b/test/script/shell.et index 12a5a73..7db19c8 100644 --- a/test/script/shell.et +++ b/test/script/shell.et @@ -53,6 +53,8 @@ test ShellEcho: "' \" \\\\\\ \\" "a b c" + "\" ' \\ \$ # | > < ; [ ] { } ( ) * ? ~ & !" + with p: expect /run-test-result Echo done/ expect /run-all-done/ -- cgit v1.2.3