]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Adjust regex for test with opening parenthesis in character classes
authorMichael Paquier <michael@paquier.xyz>
Wed, 28 May 2025 00:43:50 +0000 (09:43 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 28 May 2025 00:43:50 +0000 (09:43 +0900)
commit0c09922c04eaec15e50ef4670fa73be8291cbeb9
tree3cab7f8dd0451aa87e5773d12d39650e67bbeb0f
parent1fe15d25e65c5ef4fe3be9efd2927f3e3891f7b1
Adjust regex for test with opening parenthesis in character classes

As written, the test was throwing an error because of an unbalanced
parenthesis.  The regex used in the test is adjusted to not fail and to
test the case of an opening parenthesis in a character class after some
nested square brackets.

Oversight in d46911e584d4.

Discussion: https://postgr.es/m/16ab039d1af455652bdf4173402ddda145f2c73b.camel@cybertec.at
src/test/regress/expected/strings.out
src/test/regress/sql/strings.sql