We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a42f11 commit dfd4a01Copy full SHA for dfd4a01
testdata/w.16.go
@@ -0,0 +1,7 @@
1
+import "encoding/xml"
2
+
3
+type P struct {
4
+ XMLName xml.Name `xml:"p"`
5
+ Text string `xml:",chardata"`
6
+ Br string `xml:"br"`
7
+}
testdata/w.16.xml
@@ -0,0 +1,2 @@
+<!-- https://github.com/miku/zek/issues/29#issuecomment-2001630625 -->
+<p>- Did you get me something to give her?<br/>- Yes, this.</p>
0 commit comments