llvm-project
a80aad28 - [YAML] fix output incorrect format for block scalar string (#132897)

Commit
264 days ago
[YAML] fix output incorrect format for block scalar string (#132897) After outputting block scalar string, the indent will be wrong. This patch fixes Padding after block scalar string to ensure the correct format of yaml. The new added ut will fail in main. ```diff @@ -3,4 +3,4 @@ Just a block scalar doc -scalar: a + scalar: a ...\n ```
Author
Parents
Loading