diff options
Diffstat (limited to 't')
-rw-r--r-- | t/open311.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/open311.t b/t/open311.t index 35d9b0ecb..ce18a6d0c 100644 --- a/t/open311.t +++ b/t/open311.t @@ -196,6 +196,12 @@ for my $test ( first_name => 'Nom', last_name => 'de Report', }, + { + desc => 'Check single word name handled correctly', + name => 'Nom', + first_name => 'Nom', + last_name => '', + } ) { subtest $test->{desc} => sub { $problem->extra( undef ); |