Changes between Initial Version and Version 1 of Ticket #36049
- Timestamp:
- Jan 1, 2025, 9:26:27 AM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36049 – Description
initial v1 16 16 html = mark_safe("<p>Hello World!</p>") 17 17 assert template.render({"html": html}) == """ 18 < p>HELLO WORLD!</p>18 <P>HELLO WORLD!</P> 19 19 <p>hello world!</p> 20 20 """ … … 23 23 E 24 24 E 25 E - < p>HELLO WORLD!</p>25 E - <P>HELLO WORLD!</P> 26 26 E + <P>HELLO WORLD!</P> 27 27 E <p>hello world!</p>