mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 20:16:05 +00:00

Previously if a string is in the format ``` | val val2 val3 ``` Yaml parser will error out without parsing the string. The mentioned pattern is a valid yaml str and should be parsed. Differential Revision: https://reviews.llvm.org/D153760