We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67dbca9 commit a79fce7Copy full SHA for a79fce7
src/encoding/xml/xml_test.go
@@ -1925,7 +1925,7 @@ func TestParseErrors(t *testing.T) {
1925
{withDefaultHeader(`<!-? not ok -->`), `invalid sequence <!- not part of <!--`},
1926
{withDefaultHeader(`<![not ok]>`), `invalid <![ sequence`},
1927
{withDefaultHeader(`<zzz:foo xmlns:zzz="http://example.com"><bar>baz</bar></foo>`),
1928
- `element <foo> in space zzz closed by </foo> in space ""`},
+ `element <foo> in namespace zzz closed by </foo> in namespace ""`},
1929
{withDefaultHeader("\xf1"), `invalid UTF-8`},
1930
1931
// Header-related errors.
0 commit comments