aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_pytest/test_render_blocks.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/_pytest/test_render_blocks.py b/_pytest/test_render_blocks.py
index 258fc49..28f6bfe 100644
--- a/_pytest/test_render_blocks.py
+++ b/_pytest/test_render_blocks.py
@@ -110,7 +110,10 @@ import wee_slack
}
],
"rendered": [
- "normal <[color bold]>*bold*<[color -bold]> <[color italic]>_italic_<[color -italic]> ~strikethrough~ <[color bold]><[color italic]>*_~bold-italic-strikethrough~_*<[color -bold]><[color -italic]> https://vg.no (link)",
+ "normal <[color bold]>*bold*<[color -bold]> <[color italic]>_italic_"
+ "<[color -italic]> ~strikethrough~ <[color bold]><[color italic]>"
+ "*_~bold-italic-strikethrough~_*<[color -bold]><[color -italic]> "
+ "https://vg.no (link)",
"1. number",
"2. list",
"> some quote",