From 6d0ecccfcf47341393d66e2379ce82cb8350a20f Mon Sep 17 00:00:00 2001 From: James Shaw Date: Fri, 27 Jul 2007 22:45:47 +0000 Subject: Improve infrastructure for generating parameters for method calls. Stub out guess-var-or-literal-type template. svn path=/trunk/dom/; revision=3464 --- test/transform/test-to-c.xsl | 214 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 194 insertions(+), 20 deletions(-) (limited to 'test/transform/test-to-c.xsl') diff --git a/test/transform/test-to-c.xsl b/test/transform/test-to-c.xsl index 9b56fcd..f45e59f 100644 --- a/test/transform/test-to-c.xsl +++ b/test/transform/test-to-c.xsl @@ -184,12 +184,15 @@ DOM templates + + + @@ -258,7 +261,6 @@ If @value is specified, the mutator is called and @value is used as the paramete - attribute-cname: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + domString + + + + + + + err = + + _ + + ( + + + + + + + + + + + + + + , + + + + + + + + + + + + + + + + + , + + + + + & + + + ); + + assert(err == DOM_NO_ERR); + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -342,25 +489,6 @@ If @value is specified, the mutator is called and @value is used as the paramete - - - - - - - - - - - - - - - + + + + + + + + + + struct dom_string * + ; + err = dom_string_create_from_const_ptr( + + , (uint8_t *) + + , SLEN( + + ), & + + ); + assert(err == DOM_NO_ERR); + + + + + + + + + + + + + + + + +