]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: allow ]]> in attribute values
authorDemi Marie Obenour <demi@invisiblethingslab.com>
Tue, 3 Sep 2024 01:33:29 +0000 (01:33 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 4 Sep 2024 13:33:11 +0000 (13:33 +0000)
commit794b0a07483fdae7125f325d34fbea6b40a67885
tree082e62e4cf6380d9b5ab59a891f7cb421ff63604
parent6450a988a7ed81e8637c106abb7fbe318011dda8
encoding/xml: allow ]]> in attribute values

This is permitted by the XML specification.

Fixes #68387

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