Skip to content

Commit

Permalink
Verify that single quoted attr values work in tupleparser
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Feb 2, 2018
1 parent 5d502c8 commit 99ba0c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testsuite/test_tupleparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,7 @@ def test_tupleparse_roundtrip(
ParseError, None, True
),
(
# TODO 1/18 AM: Why do we support single quotes on XML attr. values?
"Ill-formed XML (use of single quotes around value on attribute)",
"Verify that single quoted attr values work (see XML spec AttValue)",
dict(
xml_str='<NAMESPACE NAME=\'abc\'/>',
exp_result=u'abc',
Expand Down

0 comments on commit 99ba0c4

Please sign in to comment.