diff options
Diffstat (limited to 'test/Sema/warn-documentation.cpp')
-rw-r--r-- | test/Sema/warn-documentation.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Sema/warn-documentation.cpp b/test/Sema/warn-documentation.cpp index 3949b2ee49..b1c871a5fd 100644 --- a/test/Sema/warn-documentation.cpp +++ b/test/Sema/warn-documentation.cpp @@ -45,6 +45,9 @@ int test_html9(int); */ int test_html10(int); +// expected-warning@+1 {{HTML closing tag 'br' is forbidden}} +/// <br></br> +int test_html11(int); /// <blockquote>Meow</blockquote> int test_html_nesting1(int); |