Ticket #4 (closed bug: fixed)
Inconsistent behavior with wrap()
| Reported by: | cary | Owned by: | loki |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | rhostmush | Version: | 3.9.0 alpha |
| Severity: | bug | Keywords: | wrap return |
| Cc: |
Description
If the text provided to wrap() has embedded returns in it, it appears to insert a return before the first line of output. For example:
think a) [wrap(asdf asdf sadf sadf sdf sdf sdf, 10, l, |%b, %b, 3)] a) | asdf asdf | sadf sadf | sdf sdf | sdf
but
think a) [wrap(asdf%rasdf sadf sadf sdf sdf sdf, 10, l, |%b, %b, 3)] a) | asdf | asdf sadf | sadf sdf | sdf sdf
Change History
Note: See
TracTickets for help on using
tickets.
