You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the first key-value pair drops the second line without further notice, but should probably raise a syntax error (all of them actually should).
The text was updated successfully, but these errors were encountered:
and drop all the values already read in (of course we are not allowed to mix values and objects, but then we also expect an appropriate error from the decoder). Going one step further with
Another take on strings in HSD, this time to see what happens if I feed in a multiline string:
Apparently an even number of quotation mark allows me to feed multiple lines to the HSD decoder, which are assumed to be arrays:
Note that the first key-value pair drops the second line without further notice, but should probably raise a syntax error (all of them actually should).
The text was updated successfully, but these errors were encountered: