From 8fecb1e59a8d883ca2ef7167d04d0ac09677dc24 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 11 Jan 2022 19:32:22 -0600 Subject: [PATCH] Correct escape sequences in cowsay doctest --- src/Cowsay.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cowsay.jl b/src/Cowsay.jl index 5a93bd2..77acf2d 100644 --- a/src/Cowsay.jl +++ b/src/Cowsay.jl @@ -58,9 +58,9 @@ julia> cowsay("Have you mooed today?") _______________________ < Have you mooed today? > ----------------------- - \ ^__^ - \ (oo)\_______ - (__)\ )\/\ + \\ ^__^ + \\ (oo)\\_______ + (__)\\ )\\/\\ ||----w | || || ```