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
|
||||
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
|
||||
```jldoctest
|
||||
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 )
|
||||
(oo) ||----w |
|
||||
|
|
Loading…
Reference in a new issue