From 44f28d10eed4e3c436cadaff217f626cf3cb5a1f Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 11 Jul 2020 10:24:26 +0200 Subject: [PATCH] reports: let html reports catch up with --report and --graph * data/xslt/xml2xhtml.xsl: Show the symbol types. * tests/report.at: Adjust. --- data/xslt/xml2xhtml.xsl | 6 ++++++ tests/report.at | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/data/xslt/xml2xhtml.xsl b/data/xslt/xml2xhtml.xsl index c269745b..a1afad2d 100644 --- a/data/xslt/xml2xhtml.xsl +++ b/data/xslt/xml2xhtml.xsl @@ -331,6 +331,9 @@
  • + + + @@ -343,6 +346,9 @@
  • + + +
      diff --git a/tests/report.at b/tests/report.at index 9f6d6701..2250abbb 100644 --- a/tests/report.at +++ b/tests/report.at @@ -1233,8 +1233,8 @@ if test x"$XSLTPROC" != x""; then
    • error (256)
    • ":=" (258) 4
    • "incr" (259) 8
    • -
    • "identifier" (260) 5 10
    • -
    • "number" (261) 11
    • +
    • "identifier" <std::string> (260) 5 10
    • +
    • "number" <int> (261) 11
    • "(" (262) 9
    • ")" (263) 9
    @@ -1265,25 +1265,25 @@ if test x"$XSLTPROC" != x""; then
  • on right: 3
  • -
  • id (13) +
  • id <std::string> (13)
  • -
  • exp (14) +
  • exp <int> (14)
  • -
  • @1 (15) +
  • @1 <int> (15)
  • -
  • @2 (16) +
  • @2 <int> (16)