diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-09-22 15:09:07 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-09-22 15:42:58 +0100 |
commit | a3d3e7ef81a649d2bbd6599fc561cf22c6875e70 (patch) | |
tree | b6f111884c55693b815a2aca2abbfeba7c778e17 /test/stdout/0002 | |
parent | de768ba0626a60f094593c6e43fc808fe0e898b7 (diff) |
Fix ${filter } for conditions modifying $value
Diffstat (limited to 'test/stdout/0002')
-rw-r--r-- | test/stdout/0002 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index 74219a6f3..9232089f6 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -79,6 +79,8 @@ > filter: a'c > filter: ''a' ''c > filter: "" +> # check operation when the condition modifies the 'value' variable +> E > > map: "" > map: a:b:c |