Skip to content

Commit

Permalink
Tests for regexs that are could be used to implement rtrim().
Browse files Browse the repository at this point in the history
We might want to optimise the implementation of these - if so, test that
nothing changes.

Brute force enumeration of a lot of variant regular expressions, flags,
matches and substitutions.
  • Loading branch information
nwc10 authored and khwilliamson committed Jun 6, 2021
1 parent 9085b4e commit e9061b9
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -6098,6 +6098,7 @@ t/re/regexp_trielist.t See if regular expressions work with trie optimisation
t/re/regexp_unicode_prop.t See if unicode properties work in regular expressions as expected
t/re/regexp_unicode_prop_thr.t See if unicode properties work in regular expressions as expected under threads
t/re/rt122747.t Test rt122747 assert faile (requires DEBUGGING)
t/re/rtrim.t Tests for potential rtrim optimisations
t/re/rxcode.t See if /(?{ code })/ works
t/re/script_run.t See if script runs works
t/re/speed.t See if optimisations are keeping things fast
Expand Down

0 comments on commit e9061b9

Please sign in to comment.