Closed bigshahan closed 7 years ago
PR with a test case is best :D
Any recommendations on how to test WrapNode
. I'm not sure on how to create the input (n uintptr
)
To add to previous comment, okay to use https://github.com/lestrrat/go-libxml2/pull/9/files as an example?
I'm guessing you have some code that doesn't compile or causes a runtime panic/error, so a test that reproduces that is fine. :)
Currently the
WrapNode
function does not implement theclib.Comment
case. Is that on purpose or can I submit a PR for it?