From dc8014562b3128dc3725a822c32a24d6a212180e Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 14 Jan 2014 00:01:26 -0800 Subject: Fix for issue where unterminated quotes would attempt to be executed, instead of continuing edit onto the next line. --- parse_constants.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'parse_constants.h') diff --git a/parse_constants.h b/parse_constants.h index 104af27f..d8ef59a0 100644 --- a/parse_constants.h +++ b/parse_constants.h @@ -114,7 +114,11 @@ enum parse_error_code_t parse_error_generic, // unclassified error types - parse_error_tokenizer, //tokenizer error + //tokenizer errors + parse_error_tokenizer_unterminated_quote, + parse_error_tokenizer_unterminated_subshell, + parse_error_tokenizer_unterminated_escape, + parse_error_tokenizer_other, parse_error_unbalancing_end, //end outside of block parse_error_unbalancing_else, //else outside of if -- cgit v1.2.3