diff options
| author | Jonas Maier <jonas@x77.dev> | 2026-06-02 22:05:15 +0200 |
|---|---|---|
| committer | Jonas Maier <jonas@x77.dev> | 2026-06-02 22:05:15 +0200 |
| commit | 8dbff3c028ed9a441e90b39dfe59ad4124cf6195 (patch) | |
| tree | a4f4487be836d0d6e56bc096bd49eeebbbb90bd1 /test-cases/case3_negative_lookahead | |
| parent | 10defcf9f7132bdcc88c1fe32d9550a0d5952042 (diff) | |
| download | pish-8dbff3c028ed9a441e90b39dfe59ad4124cf6195.tar.gz | |
negative lookahead seems to work too ?!
Diffstat (limited to 'test-cases/case3_negative_lookahead')
| -rw-r--r-- | test-cases/case3_negative_lookahead/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-cases/case3_negative_lookahead/script.sh b/test-cases/case3_negative_lookahead/script.sh index 3246f74..837f208 100644 --- a/test-cases/case3_negative_lookahead/script.sh +++ b/test-cases/case3_negative_lookahead/script.sh @@ -40,4 +40,4 @@ fun x4 { } match x4 x yes match x4 xa no -match x4 xy no +match x4 xy yes |
