add mismatched quote error, update error handling for splitter, add unit tests, update test_helpers buffer

This commit is contained in:
ado
2021-02-02 02:17:31 +01:00
parent d887dff82a
commit 6da0cb3544
6 changed files with 104 additions and 18 deletions

View File

@@ -9,6 +9,8 @@
#include <string>
#include <vector>
// TODO rule of 5-3-1
// TODO threads
namespace ss {
template <typename... Matchers>