summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-07-01 16:10:10 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-07-01 16:10:10 -0300
commit67425093c2bfc9ef9964081b6c4192c3118c52ec (patch)
tree9324e7d0eaec5033d6130e3859ac92ba04d70f5e
parentfc3ef73b580f3985e8fb14c85fc9b69e3aa1eac0 (diff)
downloadhighline-67425093c2bfc9ef9964081b6c4192c3118c52ec.tar.gz
Fix splitted line
-rw-r--r--test/test_wrapper.rb8
1 files 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