@ -326,3 +326,9 @@ __pycache__
*.vcproj
*.sln
*.vcxproj
# Visual Studio Code
.vscode/*
*.code-workspace
.history/*
.cache/*
@ -521,6 +521,12 @@ skipwhite:
}
data++;
if( c == '\\' && *data == '"' )
{
token[len++] = (byte)*data++;
continue;
if( c == '\"' )
token[len] = 0;