[PATCH] D53085: [clang-doc] Add unit tests for Markdown
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 11 00:21:54 PDT 2018
phosek added inline comments.
================
Comment at: clang-tools-extra/unittests/clang-doc/MDGeneratorTest.cpp:44
+ assert(!Err);
+ std::string Expected = "# namespace Namespace\n"
+ "\n"
----------------
Can we use the C++11 raw string literals here and below to to avoid all the escaping?
https://reviews.llvm.org/D53085
More information about the cfe-commits
mailing list