]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: rewrite func procInst
authorJes Cok <xigua67damn@gmail.com>
Wed, 7 Feb 2024 04:56:26 +0000 (04:56 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 8 Feb 2024 20:33:51 +0000 (20:33 +0000)
commit414161ebfaa58218ffac7907b4d8ef2babb236cb
tree9e8b078fcd9799a9c5092e4e94e8dcf85bebbbd3
parenta56834922fb0acfede96aa2ff19d703d022f391b
encoding/xml: rewrite func procInst

This CL tries to make function procInst more exact,
also adds test cases, however, including tricky ones.

Change-Id: If421299fc84d136e56a25dba7a4919c4424702c8
GitHub-Last-Rev: b9a3192718ae5535d66fddd260c27b48d93b4af1
GitHub-Pull-Request: golang/go#64336
Reviewed-on: https://go-review.googlesource.com/c/go/+/544475
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/encoding/xml/xml.go
src/encoding/xml/xml_test.go