File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -327,12 +327,12 @@ namespace Sass {
327
327
}
328
328
// check for unexpected delimiter
329
329
// be strict and throw error back
330
- else if (!skipped && q == s[i]) {
331
- // don't be that strict
332
- return s;
333
- // this basically always means an internal error and not users fault
334
- error (" Unescaped delimiter in string to unquote found. [" + s + " ]" , ParserState (" [UNQUOTE]" ));
335
- }
330
+ // else if (!skipped && q == s[i]) {
331
+ // // don't be that strict
332
+ // return s;
333
+ // // this basically always means an internal error and not users fault
334
+ // error("Unescaped delimiter in string to unquote found. [" + s + "]", ParserState("[UNQUOTE]"));
335
+ // }
336
336
else {
337
337
skipped = false ;
338
338
unq.push_back (s[i]);
You can’t perform that action at this time.
0 commit comments