Closed higleyc closed 1 year ago
cool will have a look today
Dear @higleyc
yep this is an issue and in fact it contains more issues, some other special characters also will cause same issue, cannot be determined as primitive value string.
fix already ready and delivered with @odata/parser@0.2.14, please have a try.
BR, Theo
Wow thank you for the quick fix @Soontao! That did it.
Describe the bug
If double quotes are included in string literals, parsing throws an error.
System Environment
To Reproduce
Output:
Expected behavior
Strings with double quotes should parse without error. To my understanding the encoding is correct i.e. the double quotes should be unescaped (looking at the ABNF)
Additional context
None