aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml/xml_test.go
AgeCommit message (Expand)Author
2023-08-30encoding/xml: overriding by empty namespace when no new name declarationxuri
2023-04-20std: fix various nilness findingsAlan Donovan
2023-01-31encoding/xml: allow overriding by empty namespaceConstantin Konstantinidis
2022-11-29Revert "encoding/xml: disallow empty namespace when prefix is set"Ian Lance Taylor
2022-11-09encoding/xml: error when more than one colon in qualified namesConstantin Konstantinidis
2022-11-09encoding/xml: disallow empty namespace when prefix is setConstantin Konstantinidis
2022-11-09encoding/xml: error when closing tag does not match opening tagConstantin Konstantinidis
2022-11-09encoding/xml: add check of namespaces to detect field names conflictsConstantin Konstantinidis
2022-09-06encoding: use strings.Buildercuiweixie
2022-03-27encoding/xml: expose decoder line and columnPatrick Gundlach
2022-03-04encoding/xml: improve the test coverage, fix minor bugsIskander Sharipov
2021-03-15encoding/xml: replace comments inside directives with a spaceFilippo Valsorda
2021-03-15encoding/xml: handle leading, trailing, or double colons in namesFilippo Valsorda
2021-03-13all: use HTML5 br tagsJohn Bampton
2021-03-10encoding/xml: prevent infinite loop while decodingKatie Hockman
2019-10-30encoding/xml: fix token decoder on early EOFSam Whited
2018-05-09encoding/xml: fix valid character rangeArtyom Pervukhin
2017-10-30encoding/xml: don't panic when custom Unmarshaler sees StartElementSam Whited
2017-09-13encoding/xml: add decode wrapperSam Whited
2017-08-24encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera
2016-03-21all: delete dead test codeDominik Honnef
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-25encoding/xml: case-insensitive encoding recognitionGiulio Iotti
2015-09-10encoding/xml: Return SyntaxError for unmatched root start elements.Robert Stepanek
2015-06-18xml: add check of version in document declarationGiulio Iotti
2014-09-08build: move package sources from src/pkg to srcRuss Cox