phosek added inline comments. ================ Comment at: clang-tools-extra/unittests/clang-doc/YAMLGeneratorTest.cpp:45 + assert(!Err); + std::string Expected = + "---\n" ---------------- Nit: use raw strings here as well, the same here below. https://reviews.llvm.org/D53084