summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/comment-xml-schema.c
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-10-03 09:04:56 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-10-03 09:04:56 +0000
commit61b1db16292a3e60c03a24e58989c2317d4dcf40 (patch)
tree1f4587677c9fce72c63eec555da4ac5b9d125cb5 /clang/test/Index/comment-xml-schema.c
parent766d4d22acaf22f7d86956f889deb12a98da0f58 (diff)
downloadbcm5719-llvm-61b1db16292a3e60c03a24e58989c2317d4dcf40.tar.gz
bcm5719-llvm-61b1db16292a3e60c03a24e58989c2317d4dcf40.zip
Comment to XML conversion: escape XML special chars correctly; use correct
regex for version tuples. llvm-svn: 165104
Diffstat (limited to 'clang/test/Index/comment-xml-schema.c')
-rw-r--r--clang/test/Index/comment-xml-schema.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Index/comment-xml-schema.c b/clang/test/Index/comment-xml-schema.c
index 7e7e3315f17..91ea7b22835 100644
--- a/clang/test/Index/comment-xml-schema.c
+++ b/clang/test/Index/comment-xml-schema.c
@@ -13,6 +13,7 @@
// RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-09.xml
//
// RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-availability-attr-01.xml
+// RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-availability-attr-02.xml
// RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-deprecated-attr.xml
// RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-unavailable-attr.xml
//
OpenPOWER on IntegriCloud