Katherine

Results 83 issues of Katherine

the -b here should cause implicit anchoring. instead it cases re_is_literal() to categorise the regex as not a literal: ``` ; ./build/bin/re -br pcre -t 'a[b]c{1}' ; echo $? 1...

bug

``` $ ./re -rpcre '(*:' re: src/libre/parser.act:1307: struct ast *parse_re_pcre(re_getchar_fun *, void *, enum re_flags, int, struct re_err *, struct re_pos *): Assertion `!"unreached"' failed. Aborted (core dumped) ``` probably...

bug

Despite my efforts, we still have this occasionally: ``` [OK ] line 2648: pcre regexp /\w+(.)(.)?def/s matched "abc\r\ndef" [OK ] line 2652: pcre regexp /^\w+=.*(\\\n.*)*/ matched "abc=xyz\\\npqr" [OK ] line...

bug