-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Another take on strings in HSD, this time to see what happens if I feed in a multiline string:
Valid? = Multiline
String
Invalid? = "Multiline
String"
Invalid! = """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:
{'valid?': 'Multiline', 'invalid?': ['"Multiline', 'String"'], 'invalid!': ['"""Multiline', 'String"""']}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).
Metadata
Metadata
Assignees
Labels
No labels