Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[integration/99-problems] P48 removed precedence cheat - no long needed
  • Loading branch information
dwarring committed Sep 26, 2014
1 parent aa5ffd7 commit 5a471e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/99problems-41-to-50.t
Expand Up @@ -272,7 +272,7 @@ plan 13;
my $parser = LogicalExpr::Infix.new;
my $actions = LogicalExpr::Infix::Actions.new;

is_deeply $parser.truth-table('table(A,B,C, (A and (B or C)) equ (A and B or A and C)).',$actions),
is_deeply $parser.truth-table('table(A,B,C, A and (B or C) equ A and B or A and C).',$actions),
['true true true true',
'true true fail true',
'true fail true true',
Expand Down

0 comments on commit 5a471e8

Please sign in to comment.