Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaba committed Jan 24, 2024
1 parent 36e1cbb commit 06aed3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions t/type/basic-2.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ my $dsn = test_dsn 'root';

# ------ null_filled ------

sub _null_filled : Test(14) {
test {
my $c = shift;

my $db = new_db schema => {
table1 => {
primary_keys => ['id'],
Expand Down Expand Up @@ -56,7 +58,9 @@ sub _null_filled : Test(14) {
$row->reload;
is $row->get ('value'), "ab\x00c";
is $row->get_bare ('value'), "ab\x00c\x00\x00\x00\x00\x00\x00\x00\x00";
} # _null_filled

done $c;
} n => 14, name => '_null_filled';

# ------ text_null_filled ------

Expand Down

0 comments on commit 06aed3d

Please sign in to comment.