From d0fc9aa06941f3fcd08d4c74c5c139c54be9bc81 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 10 Aug 2018 17:48:29 +0100 Subject: Allow for '\"' --- src/string.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/string.cpp') diff --git a/src/string.cpp b/src/string.cpp index 8e770cd90..80a7180a2 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -462,9 +462,6 @@ bool unquote_char(String s, u8 quote, Rune *rune, bool *multiple_bytes, String * case '\'': case '"': - if (c != quote) { - return false; - } *rune = c; break; -- cgit v1.2.3