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.
2 parents 7667f5e + 18b8e3d commit 2c0896bCopy full SHA for 2c0896b
tests/test-table.php
@@ -46,7 +46,7 @@ public function test_column_value_too_long_with_multibytes() {
46
$renderer->setConstraintWidth( $constraint_width );
47
$table->setRenderer( $renderer );
48
$table->setHeaders( array( 'Field', 'Value' ) );
49
- $table->addRow( array( 'この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、', 'こんにちは' ) );
+ $table->addRow( array( '1この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。2この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。', 'こんにちは' ) );
50
$table->addRow( array( 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.', 'Hello' ) );
51
52
$out = $table->getDisplayLines();
0 commit comments