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
key-1:
key-2: |
This is a multi-line string.
key-3:
The key-3: part is tokenized just as plain text.
Expected Behavior
The item should be tokenized as a key, as with other keys.
Current Behavior
(see description above)
Reproduction Steps
(see description above)
Possible Solution
I can't quite parse out from the YAML specification as to what's considered "valid" for a key, but I'm guessing that any collection of non-syntactic characters would be valid.
Additional Information/Context
No response
Ace Version
Kitchen sink.
The text was updated successfully, but these errors were encountered:
Describe the bug
Given the following YAML:
The
key-3:
part is tokenized just as plain text.Expected Behavior
The item should be tokenized as a key, as with other keys.
Current Behavior
(see description above)
Reproduction Steps
(see description above)
Possible Solution
I can't quite parse out from the YAML specification as to what's considered "valid" for a key, but I'm guessing that any collection of non-syntactic characters would be valid.
Additional Information/Context
No response
Ace Version
Kitchen sink.
The text was updated successfully, but these errors were encountered: