Author: gribozavr
Date: Sat Jan 19 16:11:28 2013
New Revision: 172925

URL: http://llvm.org/viewvc/llvm-project?rev=172925&view=rev
Log:
Actually update the test, fixup for r172923

Modified:
    cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp

Modified: cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp?rev=172925&r1=172924&r2=172925&view=diff
==============================================================================
--- cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp (original)
+++ cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp Sat Jan 19 16:11:28 
2013
@@ -559,7 +559,7 @@
 /// & < > " ' meow 
meow
 void comment_to_html_conversion_32();
 
-// CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: 
FunctionDecl=comment_to_html_conversion_32:{{.*}} FullCommentAsHTML=[<p 
class="para-brief"> &amp; &lt; &gt; &quot;</p>] FullCommentAsXML=[<Function 
file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" 
column="6"><Name>comment_to_html_conversion_32</Name><USR>c:@F@comment_to_html_conversion_32#</USR><Declaration>void
 comment_to_html_conversion_32()</Declaration><Abstract><Para> &amp; &lt; &gt; 
&quot; &apos; meow  meow</Para></Abstract></Function>]
+// CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: 
FunctionDecl=comment_to_html_conversion_32:{{.*}} FullCommentAsHTML=[<p 
class="para-brief"> &amp; &lt; &gt; &quot; &#39; meow meow</p>] 
FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" 
line="[[@LINE-2]]" 
column="6"><Name>comment_to_html_conversion_32</Name><USR>c:@F@comment_to_html_conversion_32#</USR><Declaration>void
 comment_to_html_conversion_32()</Declaration><Abstract><Para> &amp; &lt; &gt; 
&quot; &apos; meow  meow</Para></Abstract></Function>]
 // CHECK-NEXT:  CommentAST=[
 // CHECK-NEXT:    (CXComment_FullComment
 // CHECK-NEXT:       (CXComment_Paragraph


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to