From cc3409e26437e7e1d89c8d4b7baacdee695a7b44 Mon Sep 17 00:00:00 2001 From: Max Grender-Jones Date: Tue, 9 Jun 2020 02:49:07 +0100 Subject: Make the example better describe the desired outcome (#14611) --- lib/std/wordwrap.nim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/std/wordwrap.nim b/lib/std/wordwrap.nim index bb6f2dc6f..27df229bf 100644 --- a/lib/std/wordwrap.nim +++ b/lib/std/wordwrap.nim @@ -110,9 +110,9 @@ tnaetdriaoenvlcyfglwckßqfgvwkßqgfvlwkßqfgvlwckßqvlwkgfUIαοιαοιαχολ # bug #14579 const input60 = """ -This is a long string. It is manually wrapped to 60 -characters. I would not expect it to be changed by -wordwrap if wordwrap is set to wrap at 80 characters""" - const input60Res = """This is a long string. It is manually wrapped to 60 characters. I would not -expect it to be changed by wordwrap if wordwrap is set to wrap at 80 characters""" +This string is wrapped to 60 characters. If we call +wrapwords on it it will be re-wrapped to 80 characters. +""" + const input60Res = """This string is wrapped to 60 characters. If we call wrapwords on it it will be +re-wrapped to 80 characters.""" doAssert wrapWords(input60) == input60Res -- cgit 1.4.1-2-gfad0