Changeset 21636 for misc

Show
Ignore:
Timestamp:
07/30/08 20:09:18 (5 months ago)
Author:
moritz
Message:

[evalbot separate different outputs from 'perl6:' with newlines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • misc/evalbot/evalbot.pl

    r21635 r21636  
    129129            while (my ($text, $names) = each %results){ 
    130130                $result .= join(', ', @$names); 
    131                 $result .= ': ' . $text; 
     131                $result .= sprintf(": %s\n", $text); 
    132132            } 
    133133            return $result;