diff --git a/S32-str/trim.t b/S32-str/trim.t index 064e95cf48..4132ece4af 100644 --- a/S32-str/trim.t +++ b/S32-str/trim.t @@ -147,6 +147,7 @@ Basic tests for the trim() builtin is($foo, "\n foo", 'our variable can be trimmed multiple times'); } +#?rakudo skip 'Cool.trim NYI' { ok ' ab ' ~~ /.*/, 'regex sanity'; is $/.trim, 'ab', 'Match.trim';