File tree Expand file tree Collapse file tree
06_page_load_timeout_validation
40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 python-version : [
14- " 3.9 " , "3.12 "
14+ " 3.10 " , "3.14 "
1515 ]
1616
1717 steps :
Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 python-version : [
14- " 3.9 " , "3.13"
14+ " 3.10 " , "3.13"
1515 ]
1616
1717 steps :
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ def lint_mypy(context):
151151 --disable-error-code=misc
152152 --cache-dir=build/mypy
153153 --strict
154- --python-version=3.9
154+ --python-version=3.10
155155 """ ,
156156 )
157157
Original file line number Diff line number Diff line change 11RUN: %expect_exit 2 %html2pdf print --page-load-timeout 1000000 %S/index1.html %S/Output/index1.pdf 2>&1 | filecheck %s
22
3- CHECK: main.py print: error: argument --page-load-timeout: Must be an integer in the range [0, 600].
3+ CHECK: {{.*}} print: error: argument --page-load-timeout: Must be an integer in the range [0, 600].
Original file line number Diff line number Diff line change 2020 page2_text_normalized
2121 == """\
2222 1. Section 1
23- Vivam us consectetur m ollis varius. Quisque posuere venenatis nulla, sit am et
24- pulvinar m etus vestibulum sed. Sed at libero nec justo leo.
25- StrictDoc Docum entation Test document
23+ Vivamus consectetur mollis varius. Quisque posuere venenatis nulla, sit amet
24+ pulvinar metus vestibulum sed. Sed at libero nec justo leo.
25+ StrictDoc Documentation Test document
26262025-12-21 3/4\
2727 """
2828), page2_text_normalized
3535 page3_text_normalized
3636 == """\
3737 2. Section 2
38- L orem ipsum dolor sit am et , c
39- StrictDoc Docum entation Test document
38+ Lorem ipsum dolor sit amet , c
39+ StrictDoc Documentation Test document
40402025-12-21 4/4\
4141 """
4242), page3_text_normalized
You can’t perform that action at this time.
0 commit comments