Skip to content

Commit 4de0c96

Browse files
Expect less padding in the test
1 parent 139e725 commit 4de0c96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test-table-ascii.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ public function testTableWithPercentCharacters() {
140140
array( '% at start', 'at end %', 'in % middle' )
141141
);
142142
$output = <<<'OUT'
143-
+------------+----------+--------------+
144-
| Heading | Heading2 | Heading3 |
145-
+------------+----------+--------------+
146-
| % at start | at end % | in % middle |
147-
+------------+----------+--------------+
143+
+------------+----------+-------------+
144+
| Heading | Heading2 | Heading3 |
145+
+------------+----------+-------------+
146+
| % at start | at end % | in % middle |
147+
+------------+----------+-------------+
148148

149149
OUT;
150150
$this->assertInOutEquals(array($headers, $rows), $output);

0 commit comments

Comments
 (0)