diff options
author | Karl Williamson <khw@cpan.org> | 2020-06-10 20:16:20 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-07-17 22:22:09 -0600 |
commit | 556081f2a3d2db8054912964f61e9f1502d77c29 (patch) | |
tree | 032068b2f2d12e53026894b4607decc99ffde8d7 /t/re | |
parent | 92c5bde986fca5fa79abf406a3f4af351dbdf323 (diff) | |
download | perl-556081f2a3d2db8054912964f61e9f1502d77c29.tar.gz |
t/re/re_tests: Fix misspelling in comment
Diffstat (limited to 't/re')
-rw-r--r-- | t/re/re_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/re_tests b/t/re/re_tests index 9304bd78b1..554a7004a2 100644 --- a/t/re/re_tests +++ b/t/re/re_tests @@ -1838,7 +1838,7 @@ ab[c\\\](??{"x"})]{3}d ab\\](d y - - # [ perl #114272] \Vn \xFFn/ y $& \xFFn -# These mostly exercize various paths in the optimizer +# These mostly exercise various paths in the optimizer /(?l:a?\w)/ b y $& b /(?l:a?\D)/ b y $& b ^_?[^\S_0-9]\w*\z \t y $& \t |