Skip to content

Commit

Permalink
Unfudge now passing negated chain tests on JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuder-gh committed Jan 27, 2018
1 parent e39e5d7 commit d4deb15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S03-operators/relational.t
Expand Up @@ -150,7 +150,6 @@ is(0 == 0 ~~ (* == 0), 0 ~~ 0 && 0 ~~ (* == 0), "chained smartmatch == ~~ with c

is 1 !before 2 !before 3, 1 !before 2 && 2 !before 3, 'chained !before';
is 1 !after 2 !after 2, 1 !after 2 && 2 !after 2, 'chained !after';
#?rakudo.jvm 2 todo 'Chainable ops silently fail to be chained when negated R#1304'
is 3 !> 3 !> 1, 3 !> 3 && 3 !> 1, 'chained !>';
is 3 !< 3 !< 2, 3 !< 3 && 3 !< 2, 'chained !<';

Expand Down

0 comments on commit d4deb15

Please sign in to comment.