replace '<string>' source name with '[string]'
This commit is contained in:
+1
-1
@@ -250,7 +250,7 @@ std::string Parser::parseText() {
|
||||
}
|
||||
nextChar();
|
||||
}
|
||||
return Parser("<string>", std::string(source.substr(start, pos - start)))
|
||||
return Parser("[string]", std::string(source.substr(start, pos - start)))
|
||||
.parseString('\0', false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user