summaryrefslogtreecommitdiff
path: root/src/tests/broken_regexp.phpt
diff options
context:
space:
mode:
authorxXx-caillou-xXx2017-12-21 15:38:20 +0100
committerjvoisin2017-12-21 15:38:20 +0100
commitf9da3ecb31683f77e899e57f780c04d772490558 (patch)
tree9f876d6fe170349aade28de8e51ea21702fb70f5 /src/tests/broken_regexp.phpt
parent6b6598098a205fadc90c72d510f90b431f77739e (diff)
Remove the now useless `validate_str` function
Diffstat (limited to 'src/tests/broken_regexp.phpt')
-rw-r--r--src/tests/broken_regexp.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/broken_regexp.phpt b/src/tests/broken_regexp.phpt
index 680cf22..3f027f1 100644
--- a/src/tests/broken_regexp.phpt
+++ b/src/tests/broken_regexp.phpt
@@ -6,5 +6,5 @@ Broken regexp
6sp.configuration_file={PWD}/config/broken_regexp.ini 6sp.configuration_file={PWD}/config/broken_regexp.ini
7--FILE-- 7--FILE--
8--EXPECTF-- 8--EXPECTF--
9[snuffleupagus][0.0.0.0][config][error] You forgot to close 1 bracket in the string '^$[' 9[snuffleupagus][0.0.0.0][config][error] Failed to compile '^$[': missing terminating ] for character class on line 1.
10[snuffleupagus][0.0.0.0][config][error] '.value_r()' is expecting a valid regexp, and not '"^$["' on line 1. 10[snuffleupagus][0.0.0.0][config][error] '.value_r()' is expecting a valid regexp, and not '"^$["' on line 1.