diff options
Diffstat (limited to 'lib/mstch/test/data/delimiters.hpp')
| -rw-r--r-- | lib/mstch/test/data/delimiters.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/mstch/test/data/delimiters.hpp b/lib/mstch/test/data/delimiters.hpp new file mode 100644 index 0000000..0e560ab --- /dev/null +++ b/lib/mstch/test/data/delimiters.hpp @@ -0,0 +1,6 @@ +const mstch::node delimiters_data = mstch::map{ + {"first", std::string{"It worked the first time."}}, + {"second", std::string{"And it worked the second time."}}, + {"third", std::string{"Then, surprisingly, it worked the third time."}}, + {"fourth", std::string{"Fourth time also fine!."}} +}; |
