This is an automatically generated mail to inform you that tests are now 
available in at least one of these files: t/spec/S03-operators/repeat.t, 
t/spec/S05-transliteration/trans.t

commit 18fcacf48d808b2d537a70a922bb6620fb4ecfe1
Author: felliott <felli...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Wed Jul 28 02:04:25 2010 +0000

    document RT # for spectests for RT #76720
    
    git-svn-id: http://svn.pugscode.org/p...@31851 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S03-operators/repeat.t b/t/spec/S03-operators/repeat.t
index cddaef7..726fdfe 100644
--- a/t/spec/S03-operators/repeat.t
+++ b/t/spec/S03-operators/repeat.t
@@ -76,7 +76,7 @@ is($twin, 'LintillaLintilla', 'operator x= for string repeats 
correct');
 }
 
 
-# tests for non-number values on rhs of xx
+# tests for non-number values on rhs of xx (RT #76720)
 {
     # make sure repeat numifies rhs, but respects whatever
     my @a = <a b c>;
diff --git a/t/spec/S05-transliteration/trans.t 
b/t/spec/S05-transliteration/trans.t
index b282268..2f96de4 100644
--- a/t/spec/S05-transliteration/trans.t
+++ b/t/spec/S05-transliteration/trans.t
@@ -111,6 +111,7 @@ is($b.trans('A..H..' => 'a..h__'), 
'abcdefghIJKLMNOPQRSTUVWXYZ',
 is($b.trans('..A..H..' => '__a..h__'), 'abcdefghIJKLMNOPQRSTUVWXYZ',
     'leading, trailing ranges interpreted as string');
 
+# added as a consequence of RT #76720
 is("hello".trans("l" => ""), "heo", "can replace with empty string");
 
 # complement, squeeze/squash, delete

Reply via email to