diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-25 07:06:26 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-25 07:06:26 -0400 |
| commit | 52485aeb191df32ca5b8c255b4482de165174272 (patch) | |
| tree | 3c8e87ec7cf8af180a5283d754a3415442229b0d /tests/gold | |
| parent | 7d2459bb41a5c6c78f367baa6824d50ac9be05ee (diff) | |
| download | python-coveragepy-git-52485aeb191df32ca5b8c255b4482de165174272.tar.gz | |
test: also test goldtest bad xml
Diffstat (limited to 'tests/gold')
| -rw-r--r-- | tests/gold/testing/xml/output.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/gold/testing/xml/output.xml b/tests/gold/testing/xml/output.xml index 287251b2..169de355 100644 --- a/tests/gold/testing/xml/output.xml +++ b/tests/gold/testing/xml/output.xml @@ -1,6 +1,6 @@ -<?xml version="1.0" ?> -<the_root a="1" b="2" c="3"> - <also z="9" y="8" x="7"> - Hello +<?xml version="1.0"?> +<the_root a="one" b="2" c="three"> + <also z="nine" y="8" x="seven"> + Goodbye </also> </the_root> |
