* s/\t/ / doesn't always work...
git-svn-id: file:///home/svn/incoming/trunk@3461 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
f1e0f7bcc9
commit
98dcf5b539
|
@ -43,10 +43,10 @@ End
|
||||||
'Indent' => 4)
|
'Indent' => 4)
|
||||||
|
|
||||||
dstr = <<End
|
dstr = <<End
|
||||||
col1 col2 col3
|
col1 col2 col3
|
||||||
---- ---- ----
|
---- ---- ----
|
||||||
r1cell1 r1cell2 r1cell3
|
r1cell1 r1cell2 r1cell3
|
||||||
r2cell1 r2cell2 r2cell3
|
r2cell1 r2cell2 r2cell3
|
||||||
End
|
End
|
||||||
|
|
||||||
assert_equal(tbl.to_s, dstr)
|
assert_equal(tbl.to_s, dstr)
|
||||||
|
|
Loading…
Reference in New Issue