junhochoi-gamedev
Results
1
issues of
junhochoi-gamedev
Parsing fails even with Escaped=False. `vdf.load(open('test.vdf'), merge_duplicate_keys=False, escaped=False)` test.vdf contents: ``` "ParentKey1" { "ValueKey1" ".\path\" "ParentKey2" { "ValueKey2" "2" } } ``` Output `SyntaxError: vdf.parse: one too many closing parenthasis`...
bug