From fe922ea9cdd0b6f5ca253c0c9f5d6fa55a136046 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Mon, 8 Aug 2011 03:08:32 +0200 Subject: [PATCH] fudge a .trim test for rakudo --- S32-str/trim.t | 1 + 1 file changed, 1 insertion(+) 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';