summaryrefslogtreecommitdiff
path: root/test/lists_test.rb
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2024-03-15 02:20:09 -0600
committerDan Allen <dan.j.allen@gmail.com>2024-03-15 02:20:09 -0600
commitc2f296bb4faf6d474adcee1f5482f607e141081c (patch)
tree65422352019b5893e57f7c1b7fec8ed385b94d6f /test/lists_test.rb
parent71c889e4499bdbfe6191b9872e44e8a36bde4140 (diff)
fix indentation in test
Diffstat (limited to 'test/lists_test.rb')
-rw-r--r--test/lists_test.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/lists_test.rb b/test/lists_test.rb
index 4ad8a532..a8d3dcb4 100644
--- a/test/lists_test.rb
+++ b/test/lists_test.rb
@@ -1346,14 +1346,14 @@ context 'Bulleted lists (:ulist)' do
test 'trailing block title line attached by continuation should not create block' do
input = <<~'EOS'
- Lists
- =====
+ Lists
+ =====
- * Item one, paragraph one
- +
- .Disappears into the ether
+ * Item one, paragraph one
+ +
+ .Disappears into the ether
- * Item two
+ * Item two
EOS
output = convert_string input
assert_xpath '//ul', output, 1