Merge branch '2-7'
This commit is contained in:
@ -1363,7 +1363,8 @@ compileString(StreamBuffer& buffer, const char*& source,
|
||||
source);
|
||||
return false;
|
||||
}
|
||||
if (formatType != NoFormat)
|
||||
if (formatType != NoFormat &&
|
||||
i > 2 /* do not escape skip */)
|
||||
{
|
||||
buffer.append(esc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user