* s/\t/ / doesn't always work...

git-svn-id: file:///home/svn/incoming/trunk@3461 4d416f70-5f16-0410-b530-b9f4589650da
unstable
bmc 2006-01-28 01:23:46 +00:00
parent f1e0f7bcc9
commit 98dcf5b539
1 changed files with 4 additions and 4 deletions

View File

@ -43,10 +43,10 @@ End
'Indent' => 4)
dstr = <<End
col1 col2 col3
---- ---- ----
r1cell1 r1cell2 r1cell3
r2cell1 r2cell2 r2cell3
col1 col2 col3
---- ---- ----
r1cell1 r1cell2 r1cell3
r2cell1 r2cell2 r2cell3
End
assert_equal(tbl.to_s, dstr)