From 67425093c2bfc9ef9964081b6c4192c3118c52ec Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Sat, 1 Jul 2017 16:10:10 -0300 Subject: Fix splitted line --- test/test_wrapper.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/test_wrapper.rb b/test/test_wrapper.rb index 1db89fc..4f3a4a9 100644 --- a/test/test_wrapper.rb +++ b/test/test_wrapper.rb @@ -29,11 +29,9 @@ class TestHighLineWrapper < Minitest::Test wrapped_long_line = "This is a long flowing paragraph meant to span " \ "several lines. This text should\n" \ - - "definitely be wrapped at the set limit, in the " \ - "result. Your code does well with\n" \ - - "things like this.\n\n" + "definitely be wrapped at the set limit, in the " \ + "result. Your code does well with\n" \ + "things like this.\n\n" wrapped = wrap(long_line) assert_equal wrapped_long_line, wrapped -- cgit v1.2.1