[all-commits] [llvm/llvm-project] 483d74: [YAMLParser] Fix handling escaped line breaks in d...
Igor Kudrin via All-commits
all-commits at lists.llvm.org
Thu Nov 9 16:15:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 483d7403cfad3331ede9cba01b3ab93bbaedf0a5
https://github.com/llvm/llvm-project/commit/483d7403cfad3331ede9cba01b3ab93bbaedf0a5
Author: Igor Kudrin <ikudrin at accesssoftek.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M llvm/lib/Support/YAMLParser.cpp
M llvm/test/YAMLParser/spec-09-02.test
M llvm/test/YAMLParser/spec-09-04.test
M llvm/test/YAMLParser/spec1.2-07-05.test
Log Message:
-----------
[YAMLParser] Fix handling escaped line breaks in double-quoted scalars (#71775)
Leading white spaces on the line following an escaped line break should
be excluded from the content.
See https://yaml.org/spec/1.2.2/#731-double-quoted-style.
More information about the All-commits
mailing list