Skip to content

Commit

Permalink
Unfudge passing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Dec 23, 2011
1 parent 0188367 commit 4d42452
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions S05-mass/rx.t
Expand Up @@ -1131,8 +1131,6 @@ ok 'abcdef' !~~ /a \x[0021]+ f/, 'hex (\x[])';
#### b \x[0021] c abc!def n hex (\x[])
ok 'abc!def' !~~ /b \x[0021] c/, 'hex (\x[])';

#?niecza 2 todo ""

#### \X0021 a y not hex (\X)
ok 'a' ~~ /\X0021/, 'not hex (\X)';

Expand All @@ -1142,8 +1140,6 @@ ok 'abc' ~~ /a \X0021 c/, 'not hex (\X)';
#### \X0021 '' n not hex (\X)
ok '' !~~ /\X0021/, 'not hex (\X)';

#?niecza 5 todo ""

#### c \X0021 d abc!def n not hex (\X)
ok 'abc!def' !~~ /c \X0021 d/, 'not hex (\X)';

Expand All @@ -1162,8 +1158,6 @@ ok 'abc' ~~ /a \X[0021] c/, 'not hex (\X[])';
#### \X[0021] '' n not hex (\X[])
ok '' !~~ /\X[0021]/, 'not hex (\X[])';

#?niecza 3 todo ""

#### c \X[0021] d abc!def n not hex (\X[])
ok 'abc!def' !~~ /c \X[0021] d/, 'not hex (\X[])';

Expand Down Expand Up @@ -1201,8 +1195,6 @@ ok 'abcdef' !~~ /a \o[41]+ f/, 'octal (\o[])';
#### b \o[41] c abc!def n octal (\o[])
ok 'abc!def' !~~ /b \o[41] c/, 'octal (\o[])';

#?niecza 2 todo ""

#### \O41 a y not octal (\O)
ok 'a' ~~ /\O41/, 'not octal (\O)';

Expand All @@ -1212,8 +1204,6 @@ ok 'abc' ~~ /a \O41 c/, 'not octal (\O)';
#### \O41 '' n not octal (\O)
ok '' !~~ /\O41/, 'not octal (\O)';

#?niecza 5 todo ""

#### c \O41 d abc!def n not octal (\O)
ok 'abc!def' !~~ /c \O41 d/, 'not octal (\O)';

Expand All @@ -1232,8 +1222,6 @@ ok 'abc' ~~ /a \O[41] c/, 'not octal (\O[])';
#### \O[41] '' n not octal (\O[])
ok '' !~~ /\O[41]/, 'not octal (\O[])';

#?niecza 3 todo ""

#### c \O[41] d abc!def n not octal (\O[])
ok 'abc!def' !~~ /c \O[41] d/, 'not octal (\O[])';

Expand Down

0 comments on commit 4d42452

Please sign in to comment.