Fix for non-foreign include content not getting parsed correctly.

This commit is contained in:
Edward R. Gonzalez 2023-10-01 12:16:15 -04:00
parent 7f562cd77f
commit 6498b13658

View File

@ -509,6 +509,8 @@ namespace Parser
);
return { { nullptr }, 0 };
}
move_forward();
content.Length++;
while ( left && current != '"' && current != '>' )
{