#25170: assertXMLEqual fails when white space is present outside XML fragment
-----------------------------------+------------------------------------
     Reporter:  shelldweller       |                    Owner:  quamilek
         Type:  Bug                |                   Status:  assigned
    Component:  Testing framework  |                  Version:  master
     Severity:  Normal             |               Resolution:
     Keywords:  test               |             Triage Stage:  Accepted
    Has patch:  1                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  1                  |                    UI/UX:  0
-----------------------------------+------------------------------------
Changes (by timgraham):

 * has_patch:  0 => 1


Comment:

 I think [https://github.com/django/django/pull/5052 PR 5052] is more
 correct in that it will continue to consider whitespace *inside* a tag
 significant; e.g. the following snippets shouldn't be considered equal:
 {{{
 <tag>foo </tag>
 <tag>foo</tag>
 }}}
 Anyone to confirm that? The author of
 [https://github.com/django/django/pull/5049 PR 5049] argues otherwise.

--
Ticket URL: <https://code.djangoproject.com/ticket/25170#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.822418f23bdcf3ac251a48fa2315dae0%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to