diff options
| -rw-r--r-- | test/lists_test.rb | 12 |
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 |
