diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-05-27 00:58:58 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-05-27 00:58:58 -0600 |
| commit | 35b7c8b1625ebe5d86ba29c0a0e0d90f5e6dc6ef (patch) | |
| tree | a3c79518fb6ae9fa9f231dbf90222c08216bd7d8 /test/lists_test.rb | |
| parent | 487c49dd8f4be3adb448cacd3d18b16c7467d4a7 (diff) | |
fix spaces and indentation in test suite
Diffstat (limited to 'test/lists_test.rb')
| -rw-r--r-- | test/lists_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lists_test.rb b/test/lists_test.rb index 4b0762c6..148e0314 100644 --- a/test/lists_test.rb +++ b/test/lists_test.rb @@ -1755,8 +1755,8 @@ context 'Bulleted lists (:ulist)' do end end - # NOTE this is not consistent w/ AsciiDoc output, but this is some screwy input anyway =begin + # NOTE this is not consistent w/ AsciiDoc output, but this is some screwy input anyway test 'consecutive list continuation lines are folded' do input = <<~'EOS' Lists @@ -4070,8 +4070,8 @@ context 'Description lists redux' do assert_includes output, 'not a term::: def' end - # FIXME pending =begin + # FIXME pending test 'attached paragraph does not break on adjacent sibling description list term' do input = <<~'EOS' term1:: def |
