diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-11 18:22:00 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-11 19:52:19 +0000 |
commit | 7ad1a2b2cc57b5f4bcb59186a9a8abcbed9f4f76 (patch) | |
tree | 5872f7fd3de6384f962d5480d88f3501bbaa624c /test/stdout/0002 | |
parent | e63825824cc406c160ccbf2b154c5d81b168604a (diff) |
Fix regex substring capture variables for null matches (again). Bug 2933
Broken-by: 59d66fdc13f0
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 9232089f6..835d00528 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -443,6 +443,8 @@ newline tab\134backslash ~tilde\177DEL\200\201. > match: cdab > Failed: "if" failed and "fail" requested > match: cd[xyz]ab +> # check for empty capture group +> match: <> > > match_domain: yes > match_domain: no |