Changes between Initial Version and Version 1 of Ticket #36049


Ignore:
Timestamp:
Jan 1, 2025, 9:26:27 AM (5 days ago)
Author:
Lily Foote
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36049 – Description

    initial v1  
    1616    html = mark_safe("<p>Hello World!</p>")
    1717    assert template.render({"html": html}) == """
    18 <p>HELLO WORLD!</p>
     18<P>HELLO WORLD!</P>
    1919<p>hello world!</p>
    2020"""
     
    2323E         
    2424E           
    25 E         - <p>HELLO WORLD!</p>
     25E         - <P>HELLO WORLD!</P>
    2626E         + &lt;P&gt;HELLO WORLD!&lt;/P&gt;
    2727E           <p>hello world!</p>
Back to Top