diff options
Diffstat (limited to '_test/data/construct-bool.code')
-rw-r--r-- | _test/data/construct-bool.code | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_test/data/construct-bool.code b/_test/data/construct-bool.code new file mode 100644 index 0000000..3d02580 --- /dev/null +++ b/_test/data/construct-bool.code @@ -0,0 +1,7 @@ +{ + "canonical": True, + "answer": False, + "logical": True, + "option": True, + "but": { "y": "is a string", "n": "is a string" }, +} |