Skip to content

Commit de381af

Browse files
committed
another one
1 parent aee0944 commit de381af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/Test_Table.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@ public function test_column_odd_single_width_with_double_width() {
123123
} else {
124124
$this->assertSame( '1', $result[0] );
125125
}
126-
$this->assertSame( '', $result[1] );
126+
if ( Shell::is_windows() ) {
127+
$this->assertSame( '', $result[1] );
128+
} else {
129+
$this->assertSame( '', $result[1] );
130+
}
127131

128132
// Zero width does no wrapping.
129133

0 commit comments

Comments
 (0)