Closed vmarkovtsev closed 6 years ago
I extracted nodes from a Go file by XPath //*[@roleComment]. .Token values include // prepended, so it is hard to actually get the text. Not tested on /* */ comments.
//*[@roleComment]
.Token
//
/* */
Agree.
I extracted nodes from a Go file by XPath
//*[@roleComment]
..Token
values include//
prepended, so it is hard to actually get the text. Not tested on/* */
comments.