Merge remote-tracking branch 'origin/new/bug_5327'
[koha_fer] / t / Boolean.t
index fb3b0bf..af5c8b7 100755 (executable)
@@ -19,3 +19,4 @@ is( true_p('YES'),  '1', 'verified case insensitivity' );
 
 is( true_p(undef), undef, 'recognizes undefined as not boolean' );
 is( true_p('foo'), undef, 'recognizes \'foo\' as not boolean' );
+is( true_p([]), undef, 'recognizes a reference as not a boolean' );