summaryrefslogtreecommitdiff
path: root/src/tests/broken_regexp.phpt
diff options
context:
space:
mode:
authorjvoisin2017-12-04 16:09:50 +0100
committerjvoisin2017-12-04 16:09:50 +0100
commit32476340c5fd3c76b86487a92fd5c5075342ca99 (patch)
tree0d5de876ae0d3e19544dfcbb3454218aa8654aac /src/tests/broken_regexp.phpt
parent2e9d73756cff850569bdbf563815f9f3f3ded06e (diff)
Fix the configuration parser wrt. non-matching brackets
This validation step is a bit idiotic, but we'll replace it with a proper parser anyway.
Diffstat (limited to 'src/tests/broken_regexp.phpt')
-rw-r--r--src/tests/broken_regexp.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/broken_regexp.phpt b/src/tests/broken_regexp.phpt
index 3367997..680cf22 100644
--- a/src/tests/broken_regexp.phpt
+++ b/src/tests/broken_regexp.phpt
@@ -6,4 +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] '.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.