mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2025-07-02 11:51:03 -07:00
Day 28 complete!
This commit is contained in:
@ -18050,6 +18050,8 @@ namespace Parser
|
||||
);
|
||||
return { { nullptr }, 0 };
|
||||
}
|
||||
move_forward();
|
||||
content.Length++;
|
||||
|
||||
while ( left && current != '"' && current != '>' )
|
||||
{
|
||||
|
Reference in New Issue
Block a user