This is part of a move to convert clang-doc's tests to a more maintainable unit test framework, with a smaller number of integration tests to maintain and more granular failure feedback.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D53085
[clang-doc] Add unit tests for Markdown ClosedPublic Authored by juliehockett on Oct 10 2018, 7:46 AM.
Details Summary This is part of a move to convert clang-doc's tests to a more maintainable unit test framework, with a smaller number of integration tests to maintain and more granular failure feedback.
Diff Detail Event Timeline
juliehockett marked an inline comment as done. This revision is now accepted and ready to land.Oct 16 2018, 11:21 AM Closed by commit rCTE344654: [clang-doc] Add unit tests for Markdown generation (authored by juliehockett). · Explain WhyOct 16 2018, 4:09 PM Closed by commit rL344654: [clang-doc] Add unit tests for Markdown generation (authored by juliehockett). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 169752 clang-tools-extra/unittests/clang-doc/CMakeLists.txt
clang-tools-extra/unittests/clang-doc/MDGeneratorTest.cpp
|
Can we use the C++11 raw string literals here and below to to avoid all the escaping?