commit | 44a3ddbf7d2f46a002b5e85b240359c435509b4e | [log] [tgz] |
---|---|---|
author | Dmitri Gribenko <gribozavr@gmail.com> | Sat Jan 19 22:04:44 2013 +0000 |
committer | Dmitri Gribenko <gribozavr@gmail.com> | Sat Jan 19 22:04:44 2013 +0000 |
tree | f904f8eb11a22aa31c1728e3c23bc79053aed2dd | |
parent | 88bde50fa30ce10f5d554b36dda66b3231ccef54 [diff] [blame] |
Comment parsing: add more tests for html character references git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172923 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/unittests/AST/CommentLexer.cpp b/unittests/AST/CommentLexer.cpp index c496176..f738709 100644 --- a/unittests/AST/CommentLexer.cpp +++ b/unittests/AST/CommentLexer.cpp
@@ -1661,7 +1661,8 @@ const char *Sources[] = { "// =", "// =", - "// =" + "// =", + "// =" }; for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {