Skip to content

Instantly share code, notes, and snippets.

@stmuk
Created August 11, 2013 13:55
Show Gist options
  • Save stmuk/6205000 to your computer and use it in GitHub Desktop.
Save stmuk/6205000 to your computer and use it in GitHub Desktop.
import of spectest for RT #79778
From 030d8bb4e83de0d302fec28fb13bf609c9dc22bb Mon Sep 17 00:00:00 2001
From: Steve Mynott <steve.mynott@gmail.com>
Date: Sun, 11 Aug 2013 14:52:09 +0100
Subject: [PATCH 2/2] import of spectest for RT #79778
---
79778.t | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 79778.t
diff --git a/79778.t b/79778.t
new file mode 100644
index 0000000..dd2c36f
--- /dev/null
+++ b/79778.t
@@ -0,0 +1,7 @@
+use v6;
+
+use Test;
+
+is "this sentence no verb".trans( / \s+ / => " " ), 'this sentence no verb',"RT #79778 got expected string" ;
+
+done;
--
1.7.10.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment