]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/config/B.node.config.php
spelling: endpoints
[friendica.git] / tests / datasets / config / B.node.config.php
index 94b2e3f12ed634311651cb186c3c4b3675f2cdaa..6b0f15ad1e468c151519097d3fe723f43b15c986 100644 (file)
@@ -23,9 +23,13 @@ return [
                                        'string2' => 'false',
                                ],
                        ],
-                       'v' => true,
-                       'v3' => 1,
+                       'bool_true' => true,
+                       'bool_false' => false,
+                       'int_1_not_true' => 1,
+                       'int_0_not_false' => 0,
                        'v4' => 5.6443,
+                       'string_1_not_true' => '1',
+                       'string_0_not_false' => '0',
                ],
        ],
        'system' => [
@@ -34,5 +38,6 @@ return [
                'theme' => 'frio',
                'int' => 23,
                'float' => 2.5,
+               'with special chars' => 'I can\'t follow this "$&§%"$%§$%&\'[),',
        ],
 ];