Skip to content
Snippets Groups Projects
Commit 1ef12fae authored by Gilbert L Bernstein's avatar Gilbert L Bernstein
Browse files

Update chapter3-exercise-centered-text-tests.md

Fixed missing doctest output normalization
parent 9da8cb70
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ You should be able to mix centered and normal text on different lines
Ensure that the application correctly handles the transition from centered to regular text within the same sequence
>>> test_layout('<h1 class="title">center this</h1>then this is regular')
>>> test_layout('<h1 class="title">center this</h1>then this is regular') #doctest: +NORMALIZE_WHITESPACE
[(312.0, 21.0, 'center', Font size=16 weight=normal slant=roman style=None),
(424.0, 21.0, 'this', Font size=16 weight=normal slant=roman style=None),
(13.0, 41.0, 'then', Font size=16 weight=normal slant=roman style=None),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment