Skip to content

Commit

Permalink
Work around a bug around REGEX in positive results
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Aug 29, 2024
1 parent 607c4a7 commit ef366eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sql/quack.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ SELECT quack('Sam');
Quack Sam 🐥

query I
SELECT quack_openssl_version('Michael');
SELECT quack_openssl_version('Michael') ILIKE 'Quack Michael, my linked OpenSSL version is OpenSSL%';
----
<REGEX>:Quack Michael, my linked OpenSSL version is OpenSSL.*
true

0 comments on commit ef366eb

Please sign in to comment.