]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: error when more than one colon in qualified names
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Sat, 23 Jul 2022 07:11:32 +0000 (09:11 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 9 Nov 2022 22:56:44 +0000 (22:56 +0000)
commit89332e037aeaf1223de4c24805719f733e4c0977
tree83f40b4f57b3274772b39ae29726953d35af4fc7
parentbef5eca118fab6b7dd56c31fd1957c5edc214021
encoding/xml: error when more than one colon in qualified names

Add test.

Fixes #20396

Change-Id: I89e9013eb338f831e1908e390b284794df78fb6b
Reviewed-on: https://go-review.googlesource.com/c/go/+/103875
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/encoding/xml/xml.go
src/encoding/xml/xml_test.go