summaryrefslogtreecommitdiff
path: root/tests/config/functional/toml/toml_with_enable.result.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config/functional/toml/toml_with_enable.result.json')
-rw-r--r--tests/config/functional/toml/toml_with_enable.result.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/config/functional/toml/toml_with_enable.result.json b/tests/config/functional/toml/toml_with_enable.result.json
new file mode 100644
index 000000000..0bdbc840d
--- /dev/null
+++ b/tests/config/functional/toml/toml_with_enable.result.json
@@ -0,0 +1,9 @@
+{
+ "functional_append": {
+ "disable": [["logging-not-lazy"], ["logging-format-interpolation"]],
+ "enable": [["suppressed-message"], ["locally-disabled"]]
+ },
+ "functional_remove": {
+ "disable": [["suppressed-message"], ["locally-disabled"]]
+ }
+}