Changeset 22012

Show
Ignore:
Timestamp:
08/22/08 16:50:13 (3 months ago)
Author:
moritz
Message:

[t/spec] add RT number to todo message

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S02-literals/array-interpolation.t

    r22009 r22012  
    1717  is ~@array, "a b c d", 
    1818    "arrays whose elements don't contain whitespace stringify correctly (1)"; 
    19   #?rakudo 2 todo 'Array interpolation b0rked' 
     19  #?rakudo 2 todo 'Array interpolation b0rked, RT # 58246' 
    2020  is "@array[]", "a b c d", "arrays whose elements don't contain whitespace stringify correctly (2)"; 
    2121  is "@array.[]", "a b c d", '@array.[] interpolates';