From c97af5e6769b4b75a750a677c6217c180e293b80 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 12 Sep 2018 12:01:32 -0400 Subject: Correct failing test cases Shame on me! * test/graph-test.xsl (foo:graph-vtwo-vthree): Swap `a' and `c' nodes. This ordering seems to have changed after a Saxon upgrade, and this ordering makes much more sense. * test/symtable/symbols.xspec: Add missing `@default' and `@pollute'. Remove extra `@keep'. All keeps should be gone by now, but it looks like I missed some; that will be handled in a separate commit. --- test/graph-test.xsl | 2 +- test/symtable/symbols.xspec | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/graph-test.xsl b/test/graph-test.xsl index f5ff01b..b1f331e 100644 --- a/test/graph-test.xsl +++ b/test/graph-test.xsl @@ -152,9 +152,9 @@ + - diff --git a/test/symtable/symbols.xspec b/test/symtable/symbols.xspec index 18d9c2c..c8b8ba0 100644 --- a/test/symtable/symbols.xspec +++ b/test/symtable/symbols.xspec @@ -63,6 +63,7 @@ dim="1" desc="Vector param" dtype="footype" + default="" tex="" keep="true" /> @@ -71,6 +72,7 @@ dim="2" desc="Matrix param with TeX" dtype="tex" + default="" tex="\tex" keep="true" /> @@ -79,6 +81,7 @@ dim="0" desc="Scalar param (implicit)" dtype="bar" + default="" tex="" keep="true" /> @@ -87,6 +90,7 @@ dim="0" desc="Scalar param (explicit)" dtype="bar" + default="" tex="" keep="true" /> @@ -95,6 +99,7 @@ dim="-1" desc="Unknown dimension" dtype="wtf" + default="" tex="" keep="true" /> @@ -134,11 +139,11 @@ + pollute="true" /> + pollute="true" /> -- cgit v1.2.1