From 9f66b6432fd8025f115289e6b2a9db1579385634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 5 Sep 2026 09:57:31 +0200 Subject: Fix parsing of shell argument starting with variable expansion --- test/asset/shell/expansion.et | 1 + 1 file changed, 1 insertion(+) (limited to 'test/asset/shell') diff --git a/test/asset/shell/expansion.et b/test/asset/shell/expansion.et index 3f318ab..b947eb6 100644 --- a/test/asset/shell/expansion.et +++ b/test/asset/shell/expansion.et @@ -17,3 +17,4 @@ test Test: $cmd H I $cmdlist J $cmdlist K $ilist L $int M $special N + echo ${str}O P$str -- cgit v1.2.3