diff options
author | Rickard Green <[email protected]> | 2017-08-31 14:34:07 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-08-31 14:34:07 +0200 |
commit | 919ddb608125db223f43b328e53fae37cab312ce (patch) | |
tree | bff19d67bcd53048c1c4c4c4df60be09bcd88064 /lib/stdlib | |
parent | c8e6fc560fc8fd2f0e993975d33a017503f0489b (diff) | |
parent | cdcbf85b4f00f8dc2f61e895055943fc7209027c (diff) | |
download | otp-919ddb608125db223f43b328e53fae37cab312ce.tar.gz otp-919ddb608125db223f43b328e53fae37cab312ce.tar.bz2 otp-919ddb608125db223f43b328e53fae37cab312ce.zip |
Merge branch 'rickard/pcre-8.41' into maint
OTP-14574
* rickard/pcre-8.41:
Upgrade to PCRE 8.41 from PCRE 8.40
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/test/re_SUITE_data/testoutput1 | 4 | ||||
-rw-r--r-- | lib/stdlib/test/re_SUITE_data/testoutput8 | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/stdlib/test/re_SUITE_data/testoutput1 b/lib/stdlib/test/re_SUITE_data/testoutput1 index a2b3cffe9d..eff8ecc948 100644 --- a/lib/stdlib/test/re_SUITE_data/testoutput1 +++ b/lib/stdlib/test/re_SUITE_data/testoutput1 @@ -9442,4 +9442,8 @@ No match \ X 0: X +/X+(?#comment)?/ + >XXX< + 0: X + /-- End of testinput1 --/ diff --git a/lib/stdlib/test/re_SUITE_data/testoutput8 b/lib/stdlib/test/re_SUITE_data/testoutput8 index 17b667a980..4984376d3c 100644 --- a/lib/stdlib/test/re_SUITE_data/testoutput8 +++ b/lib/stdlib/test/re_SUITE_data/testoutput8 @@ -7801,4 +7801,8 @@ No match ** Show all captures ignored after DFA matching 0: a +/(02-)?[0-9]{3}-[0-9]{3}/ + 02-123-123 + 0: 02-123-123 + /-- End of testinput8 --/ |