We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdc130 commit bf73143Copy full SHA for bf73143
test/test_output.py
@@ -2101,7 +2101,7 @@ def test_asciidoc():
2101
"Output: asciidoc with headers"
2102
expected = "\n".join(
2103
[
2104
- '[cols="11<,11>",options="header"]',
+ '[cols="<11,>11",options="header"]',
2105
"|====",
2106
"| strings | numbers ",
2107
"| spam | 41.9999 ",
@@ -2117,7 +2117,7 @@ def test_asciidoc_headerless():
2117
"Output: asciidoc without headers"
2118
2119
2120
- '[cols="6<,10>"]',
+ '[cols="<6,>10"]',
2121
2122
2123
"| eggs | 451 ",
0 commit comments