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 139e725 commit 4de0c96Copy full SHA for 4de0c96
tests/test-table-ascii.php
@@ -140,11 +140,11 @@ public function testTableWithPercentCharacters() {
140
array( '% at start', 'at end %', 'in % middle' )
141
);
142
$output = <<<'OUT'
143
-+------------+----------+--------------+
144
-| Heading | Heading2 | Heading3 |
145
146
-| % at start | at end % | in % middle |
147
++------------+----------+-------------+
+| Heading | Heading2 | Heading3 |
+| % at start | at end % | in % middle |
148
149
OUT;
150
$this->assertInOutEquals(array($headers, $rows), $output);
0 commit comments