diff options
Diffstat (limited to 'lib/mstch/test/data/double_render.hpp')
| -rw-r--r-- | lib/mstch/test/data/double_render.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mstch/test/data/double_render.hpp b/lib/mstch/test/data/double_render.hpp new file mode 100644 index 0000000..eb24dc1 --- /dev/null +++ b/lib/mstch/test/data/double_render.hpp @@ -0,0 +1,5 @@ +const auto double_render_data = mstch::map{ + {"foo", true}, + {"bar", std::string{"{{win}}"}}, + {"win", std::string{"FAIL"}} +};
\ No newline at end of file |
