passing more unit tests

This commit is contained in:
Daniel Sipka 2015-04-21 16:55:12 +02:00
parent 21a27f4047
commit 39cf0863e5
20 changed files with 125 additions and 52 deletions

View file

@ -0,0 +1,6 @@
const auto null_string_data = mstch::map{
{"name", std::string{"Elise"}},
{"glytch", true},
{"binary", false},
{"value", mstch::node{}}
};