diff options
| author | jvoisin | 2017-11-29 15:22:22 +0100 |
|---|---|---|
| committer | jvoisin | 2017-11-29 15:22:22 +0100 |
| commit | 5aabc746bd4588a437e37a442e557c3bc7fe6f35 (patch) | |
| tree | 8611aadf590f92c3632c58c131ba7344dcebdf15 /src/tests/config | |
| parent | 70c72bd734d08f092372f8a6e901918ffe67de4c (diff) | |
Add yet an other test
Diffstat (limited to 'src/tests/config')
| -rw-r--r-- | src/tests/config/config_disabled_functions_include.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/config/config_disabled_functions_include.ini b/src/tests/config/config_disabled_functions_include.ini index 5ecb16b..cee0d86 100644 --- a/src/tests/config/config_disabled_functions_include.ini +++ b/src/tests/config/config_disabled_functions_include.ini | |||
| @@ -1,2 +1,5 @@ | |||
| 1 | sp.disable_function.function("include").param("").value_r("sim$").drop().simulation(); | 1 | sp.disable_function.function("include").param("").value_r("sim$").drop().simulation(); |
| 2 | sp.disable_function.function("include").param("").value_r("meh$").drop(); | 2 | sp.disable_function.function("include").param("").value_r("meh$").drop(); |
| 3 | |||
| 4 | sp.disable_function.function("include_once").param("").value_r("sim$").drop().simulation(); | ||
| 5 | sp.disable_function.function("include_once").param("").value_r("meh$").drop(); | ||
