delimiters.hpp 295 B

123456
  1. const mstch::node delimiters_data = mstch::map{
  2. {"first", std::string{"It worked the first time."}},
  3. {"second", std::string{"And it worked the second time."}},
  4. {"third", std::string{"Then, surprisingly, it worked the third time."}},
  5. {"fourth", std::string{"Fourth time also fine!."}}
  6. };