From ca7a59e838ee278ced86ea0918487e5a7c69f8c3 Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Fri, 30 Apr 2010 19:50:52 -0400 Subject: tests: fix maintainer-xml-check. * data/xslt/xml2dot.xsl (xsl:template match="bison-xml-report"): Update output to include comments now produced by --graph. (xsl:template match="automaton"): As for --graph, name the digraph after the grammar file. * src/print-xml.c (escape_bufs): Enlarge array. (print_xml): Add bug-report and url attributes to bison-xml-report element. (cherry picked from commit bc81de36b7ef78ff280e14a173e5cc5d5a3191eb) --- data/xslt/xml2dot.xsl | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/xslt/xml2dot.xsl b/data/xslt/xml2dot.xsl index 887a9917..836bb1b6 100644 --- a/data/xslt/xml2dot.xsl +++ b/data/xslt/xml2dot.xsl @@ -35,11 +35,27 @@ - + // Generated by GNU Bison + + . + // Report bugs to < + + >. + // Home page: < + + >. + + + - digraph Automaton { + + digraph " + + + + " { } -- cgit v1.2.1