aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml/xml_test.go
AgeCommit message (Expand)Author
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