Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
import of spectest for RT #79778
  • Loading branch information
stmuk authored and Carl Masak committed Aug 11, 2013
1 parent 5765af9 commit 5ab54fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions S05-transliteration/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;

0 comments on commit 5ab54fb

Please sign in to comment.