Skip to content

Commit 0b05489

Browse files
committed
unfudge some sequence with single-codepoint tests
1 parent e121e0e commit 0b05489

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

β€ŽS03-sequence/nonnumeric.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@ is (<z y> ... 'a').[^10].join(', '), 'z, y, x, w, v, u, t, s, r, q', 'descending
4545
is (<z y m> ... 'a').[^10].join(', '), 'z, y, m, l, k, j, i, h, g, f', 'descending sequence started with three different letters';
4646
is (<a b>, { .succ } ... *).[^7].join(', '), 'a, b, c, d, e, f, g', 'characters xand arity-1';
4747
is ('x' ... 'z').join(', '), 'x, y, z', "sequence ending with 'z' don't cross to two-letter strings";
48-
#?rakudo skip 'hangs'
4948
is ('A' ... 'z').elems, 'z'.ord - 'A'.ord + 1, "sequence from 'A' to 'z' is finite and of correct length";
50-
#?rakudo skip 'hangs'
5149
is ('Ξ±' ... 'Ο‰').elems, 'Ο‰'.ord - 'Ξ±'.ord + 1, "sequence from 'Ξ±' to 'Ο‰' is finite and of correct length";
52-
#?rakudo 2 skip 'Unicode stuff'
5350
is ('β˜€' ... 'β˜•').join(''), 'β˜€β˜β˜‚β˜ƒβ˜„β˜…β˜†β˜‡β˜ˆβ˜‰β˜Šβ˜‹β˜Œβ˜β˜Žβ˜β˜β˜‘β˜’β˜“β˜”β˜•', "sequence from 'β˜€' to 'β˜•'";
5451
is ('β˜€' ...^ 'β˜•').join(''), 'β˜€β˜β˜‚β˜ƒβ˜„β˜…β˜†β˜‡β˜ˆβ˜‰β˜Šβ˜‹β˜Œβ˜β˜Žβ˜β˜β˜‘β˜’β˜“β˜”', "exclusive sequence from 'β˜€' to 'β˜•'";
5552

0 commit comments

Comments
Β (0)