When attempting to parse the following YAML, the parser gets into an infinite loop, neither successfully parsing nor throwing an error.
I am not sure which is correct according to the YAML spec: is this an invalid YAML document? Or should it parse to the string "hi"?
When attempting to parse the following YAML, the parser gets into an infinite loop, neither successfully parsing nor throwing an error.
I am not sure which is correct according to the YAML spec: is this an invalid YAML document? Or should it parse to the string "hi"?