We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9c63c commit fe1aef1Copy full SHA for fe1aef1
integration/advent2013-day07.t
@@ -12,4 +12,4 @@ is set( <a b c d> ) ⊆ set( <a b c> ), False, 'a b c d ⊆ a b c';
12
is <a b c> ⊆ <a b d>, False, 'a b c ⊆ a b d';
13
is <a b c> === <a b c>, False, 'a b c === a b c';
14
is <a b c> eqv <a b c>, True, 'a b c eqv a b c';
15
-is set(<a b c>).WHICH, 'Set|Str|a Str|b Str|c', 'is .WHICH what we expect';
+is set(<a b c>).WHICH, set(<c b a>).WHICH, 'make sure .WHICH is consistent';
0 commit comments