[20:32:41] mszabo: Thanks for upstreaming those libmustache changes. Awesome to see! [20:32:59] I'm looking at https://github.com/jbboehr/libmustache/pull/25/files to try and deduce why they were forking the spec [20:33:10] https://github.com/mustache/spec/commits/b96be9fd4c6d6984828d93169fe7e86d8a8aec2f [20:33:30] https://github.com/jbboehr/mustache-spec/commits/b96be9fd4c6d6984828d93169fe7e86d8a8aec2f * [20:45:53] I've opened two upstream-upstream PRs for those additions [21:21:37] Krinkle: yeah it seems they just added the UTF-8 test [21:21:48] they possibly could just implement it as a regular unit test in the repo instead [21:21:59] there's already one regression test for a github issue that is done like that [21:22:10] altho if more were to be added that'd probably warrant the inclusion of googletest or catch2 [21:22:28] and I don't know enough of the autocrap tools to add those except for maybe catch2