diff options
Diffstat (limited to 'lib/mstch/test/data/falsy.hpp')
| -rw-r--r-- | lib/mstch/test/data/falsy.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/mstch/test/data/falsy.hpp b/lib/mstch/test/data/falsy.hpp new file mode 100644 index 0000000..736de44 --- /dev/null +++ b/lib/mstch/test/data/falsy.hpp @@ -0,0 +1,6 @@ +const auto falsy_data = mstch::map{ + {"emptyString", std::string{""}}, + {"emptyArray", mstch::array{}}, + {"zero", 0}, + {"null", mstch::node{}} +};
\ No newline at end of file |
