File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ Name : ' withHtmlTag'
3
+ Description :
4
+ - Kind : FullComment
5
+ Children :
6
+ - Kind : VerbatimBlockComment
7
+ Name : ' verbatim'
8
+ CloseName : ' endverbatim'
9
+ Children :
10
+ - Kind : VerbatimBlockLineComment
11
+ Text : ' <ul class="test"><li> Testing. </li></ul>'
12
+ ...
Original file line number Diff line number Diff line change
1
+ // RUN: clang-doc --public --format=yaml -p %T %s -output=%t
2
+ // RUN: FileCheck --input-file=%S/Inputs/html-tag-comment.yaml %s
3
+
4
+ // / \verbatim <ul class="test"><li> Testing. </li></ul> \endverbatim
5
+ void withHtmlTag () {}
6
+ // CHECK: ---
7
+ // CHECK: Name: 'withHtmlTag'
8
+ // CHECK: Description:
9
+ // CHECK: - Kind: FullComment
10
+ // CHECK: Children:
11
+ // CHECK: - Kind: VerbatimBlockComment
12
+ // CHECK: Name: 'verbatim'
13
+ // CHECK: CloseName: 'endverbatim'
14
+ // CHECK: Children:
15
+ // CHECK: - Kind: VerbatimBlockLineComment
16
+ // CHECK: Text: '<ul class="test"><li> Testing. </li></ul>'
17
+ // CHECK: ...
You can’t perform that action at this time.
0 commit comments