From 5d4ba9a56f2f2cacd97b3dee0ec8c4738ea8c755 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Fri, 24 Feb 2023 08:18:55 +0100 Subject: Add test if preg_quote is sufficient for special chars in pattern --- test/it.t | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') diff --git a/test/it.t b/test/it.t index 34279ce..360c792 100755 --- a/test/it.t +++ b/test/it.t @@ -270,6 +270,12 @@ _match( ['all' => 1, 'pattern_order' => 1] ); +_match( + preg_quote('a/b!c(d\\e'), 'faa/b!c(d\\ear', + 'a/b!c(d\\e', + 'match with preg_quote of special characters in pattern' +); + ini_set('default_charset', 'iso-8859-1'); _match( 'aöBÜ', "AÖbü", -- cgit v1.2.3