kaxil commented on code in PR #28568:
URL: https://github.com/apache/airflow/pull/28568#discussion_r1056715238
##########
tests/www/test_utils.py:
##########
@@ -266,7 +266,7 @@ def test_wrapped_markdown_with_raw_code_block(self):
assert (
"""<div class="rich_doc" ><h1>Markdown code block</h1>
<p>Inline <code>code</code> works well.</p>
-<pre><code>Code block\ndoes not\nrespect\nnewlines\n</code></pre>
+<pre><code>Code block\nodes not\nrespect\nnewlines\n</code></pre>
Review Comment:
```suggestion
<pre><code>Code block\ndoes not\nrespect\nnewlines\n</code></pre>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]