Ticket #1793 (closed defect: invalid)
unexpected result when parsing YAML file
Reported by: | amkhlv | Owned by: | esilkensen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | esilkensen/yaml.plt | Keywords: | |
Cc: | Version: | (3 1) | |
Racket Version: |
Description
This YAML does not parse properly:
x: y: z: w
It thinks that y is a hash, while y should actually be a string "z: w"
Change History
Note: See
TracTickets for help on using
tickets.