Skip to content

Commit

Permalink
[eqv.t] another type difference test
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 12, 2012
1 parent 52a1f79 commit 43e72e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S03-operators/eqv.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 53;
plan 54;

# L<S03/Comparison semantics/Binary eqv tests equality much like === does>
# L<S32::Basics/Any/"=item eqv">
Expand Down Expand Up @@ -164,6 +164,7 @@ plan 53;
# Nieczabug #142
{
nok 4 eqv 4.0, "Values should be eqv only if they are the same type";
nok 4 eqv '4', 'Str vs. Int';
}

# vim: ft=perl6

0 comments on commit 43e72e3

Please sign in to comment.