passing more unit tests
This commit is contained in:
parent
21a27f4047
commit
39cf0863e5
20 changed files with 125 additions and 52 deletions
6
test/data/null_string.hpp
Normal file
6
test/data/null_string.hpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
const auto null_string_data = mstch::map{
|
||||
{"name", std::string{"Elise"}},
|
||||
{"glytch", true},
|
||||
{"binary", false},
|
||||
{"value", mstch::node{}}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue