From a73266bfd702777bd94b59b91dc2974ba6306c10 Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 16 Jun 2014 12:30:44 +1200 Subject: Refs #5349 adding failing to showcase bug --- tests/resources/Config/common.config.ini.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/resources') diff --git a/tests/resources/Config/common.config.ini.php b/tests/resources/Config/common.config.ini.php index 572f1a937a..db8cb53d41 100644 --- a/tests/resources/Config/common.config.ini.php +++ b/tests/resources/Config/common.config.ini.php @@ -1,6 +1,9 @@ [Category] key2 = valueCommon +; This should not trigger an error if INI_SCANNER_RAW is used +key3 = "${@piwik(crash))}" + [GeneralSection] password = passwordCommonShouldNotBeOverriden -- cgit v1.2.3