--TEST-- Test inserting data into a DOMComment basic test --CREDITS-- Andrew Larssen London TestFest 2008 --EXTENSIONS-- dom --FILE-- createComment('test-comment'); $comment->insertData(4,'-inserted'); $dom->appendChild($comment); echo $dom->saveXML(); ?> --EXPECT--