summaryrefslogtreecommitdiff
path: root/test/test-to-c.xsl
Commit message (Collapse)AuthorAgeFilesLines
* Fix casting for attribute accessor generation. Add cast for string James Shaw2007-07-181-10/+24
| | | | | | literal in <assertEquals>. documentgetdoctype.c now compiles and runs. svn path=/trunk/dom/; revision=3434
* Take out lots of <assertEquals> code because it's broken, and needs James Shaw2007-07-171-8/+14
| | | | | | | rethinking. Partially fix attribute generation to call method on the right interface. svn path=/trunk/dom/; revision=3428
* Partially implement method invocation. Should be sufficient to generate James Shaw2007-07-161-1/+64
| | | | | | documentcreateelement.c svn path=/trunk/dom/; revision=3421
* Implement <load>. Extend <assertEquals> to handle equality test for James Shaw2007-07-151-20/+82
| | | | | | | ints. Extend convert_var_type and convert_attribute_name in order to generate the documentcreateelement test. svn path=/trunk/dom/; revision=3415
* Implement metadata function comment. Partially implement <assertEquals> James Shaw2007-07-141-35/+135
| | | | | | | on DOMStrings. dom_string_create_from_const_ptr lookup is currently hardwired. svn path=/trunk/dom/; revision=3410
* Import dom1-interfaces -- autogenned by the w3c DOM test suite. James Shaw2007-07-111-3/+108
| | | | | | Partially implemented attribute accessors. svn path=/trunk/dom/; revision=3402
* Initial revision of test-to-c transformerJames Shaw2007-07-111-0/+95
svn path=/trunk/dom/; revision=3401