Skip to content

Commit fb9a89d

Browse files
authored
AppVeyor showed me build errors :(
1 parent ecb26e2 commit fb9a89d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/test_output.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2322,11 +2322,11 @@ def test_mediawiki():
23222322
'{| class="wikitable" style="text-align: left;"',
23232323
"|+ <!-- caption -->",
23242324
"|-",
2325-
'! strings !! align="right"| numbers',
2325+
'! strings !! style="text-align: right;"| numbers',
23262326
"|-",
2327-
'| spam || align="right"| 41.9999',
2327+
'| spam || style="text-align: right;"| 41.9999',
23282328
"|-",
2329-
'| eggs || align="right"| 451',
2329+
'| eggs || style="text-align: right;"| 451',
23302330
"|}",
23312331
]
23322332
)
@@ -2341,9 +2341,9 @@ def test_mediawiki_headerless():
23412341
'{| class="wikitable" style="text-align: left;"',
23422342
"|+ <!-- caption -->",
23432343
"|-",
2344-
'| spam || align="right"| 41.9999',
2344+
'| spam || style="text-align: right;"| 41.9999',
23452345
"|-",
2346-
'| eggs || align="right"| 451',
2346+
'| eggs || style="text-align: right;"| 451',
23472347
"|}",
23482348
]
23492349
)

0 commit comments

Comments
 (0)