Skip to content

Commit

Permalink
[99probs] reorder expected output for P91-edpratomo and strip <> so i…
Browse files Browse the repository at this point in the history
…t passes
  • Loading branch information
stmuk committed Sep 18, 2015
1 parent 5963e85 commit 2d4b164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/categories/99-problems.t
Expand Up @@ -609,7 +609,7 @@ sub expected-output {
END

%expected-output{"P91-edpratomo.pl"} = q:to/END/;
FOUND: [0 => 0, 1 => 2, 0 => 4, 2 => 3, 4 => 4, 3 => 2, 4 => 0, 2 => 1, 3 => 3, 4 => 1, 2 => 0, 0 => 1, 1 => 3, 3 => 4, 4 => 2, 3 => 0, 1 => 1, 0 => 3, 2 => 4, 4 => 3, 3 => 1, 1 => 0, 2 => 2, 1 => 4, 0 => 2]<>
FOUND: [0 => 0, 1 => 2, 0 => 4, 2 => 3, 4 => 4, 3 => 2, 4 => 0, 2 => 1, 3 => 3, 4 => 1, 2 => 0, 0 => 1, 1 => 3, 3 => 4, 4 => 2, 3 => 0, 1 => 1, 0 => 3, 2 => 4, 4 => 3, 3 => 1, 1 => 0, 0 => 2, 1 => 4, 2 => 2]
END

return %expected-output;
Expand Down

0 comments on commit 2d4b164

Please sign in to comment.