Fix handling of invalid conversion/split within parser, update parser tests

This commit is contained in:
ado
2023-08-05 18:11:13 +02:00
parent 7c9ba953ad
commit 2e1c4c97ec
3 changed files with 90 additions and 18 deletions

View File

@@ -162,7 +162,6 @@ private:
}
}
// TODO handle this efficiently (if multiline is enabled)
void handle_error_unterminated_quote() {
constexpr static auto error_msg = "unterminated quote";