From c4be8693d1064c09c83b715b214528756630feb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Fri, 25 Apr 2025 15:04:25 +0200 Subject: [PATCH] tests(export): ensure export with extra = works --- test.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/test.sh b/test.sh index d885b26..f0ad82d 100755 --- a/test.sh +++ b/test.sh @@ -1179,4 +1179,20 @@ file1 file2 EOF +when_run <<"EOF" "export with extra =" +export VA=A=hello +echo $VA +EOF +expecting <