Update doctests to reflect wrapped text
This commit is contained in:
parent
4ad0d8df34
commit
4a7b954f50
2 changed files with 8 additions and 6 deletions
|
@ -7,9 +7,10 @@ A cute little wabbit
|
||||||
|
|
||||||
```jldoctest
|
```jldoctest
|
||||||
julia> cowsay("Look at that tortoise way off in the distance.", cow=Cowsay.bunny)
|
julia> cowsay("Look at that tortoise way off in the distance.", cow=Cowsay.bunny)
|
||||||
________________________________________________
|
______________________________________
|
||||||
< Look at that tortoise way off in the distance. >
|
/ Look at that tortoise way off in the \\
|
||||||
------------------------------------------------
|
\\ distance. /
|
||||||
|
--------------------------------------
|
||||||
\\
|
\\
|
||||||
\\ \\
|
\\ \\
|
||||||
\\ /\\
|
\\ /\\
|
||||||
|
|
|
@ -6,9 +6,10 @@ A mutilated cow, from aspolito@csua.berkeley.edu
|
||||||
# Example
|
# Example
|
||||||
```jldoctest
|
```jldoctest
|
||||||
julia> cowsay("I wouldn't have been so eager to make head cheese...", cow=Cowsay.mutilated)
|
julia> cowsay("I wouldn't have been so eager to make head cheese...", cow=Cowsay.mutilated)
|
||||||
______________________________________________________
|
_______________________________________
|
||||||
< I wouldn't have been so eager to make head cheese... >
|
/ I wouldn't have been so eager to make \\
|
||||||
------------------------------------------------------
|
\\ head cheese... /
|
||||||
|
---------------------------------------
|
||||||
\\ \\_______
|
\\ \\_______
|
||||||
v__v \\ \\ O )
|
v__v \\ \\ O )
|
||||||
(oo) ||----w |
|
(oo) ||----w |
|
||||||
|
|
Loading…
Reference in a new issue