]> git.saurik.com Git - bison.git/blobdiff - data/xslt/xml2text.xsl
tests: skip C++ tests that are too demanding for some compilers
[bison.git] / data / xslt / xml2text.xsl
index 53145965735f53e8417b4b6c96a7f2fdad68cbdc..2626f566b18630e5ca5ecdc9b9210b10ddae71a7 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2text.xsl - transform Bison XML Report into plain text.
 
-    Copyright (C) 2007-2012 Free Software Foundation, Inc.
+    Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
 </xsl:template>
 
 <xsl:template match="empty">
-  <xsl:text> /* empty */</xsl:text>
+  <xsl:text> %empty</xsl:text>
 </xsl:template>
 
 <xsl:template match="lookaheads">