diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-03-15 02:20:03 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-03-15 02:20:03 -0600 |
| commit | 71c889e4499bdbfe6191b9872e44e8a36bde4140 (patch) | |
| tree | 69a8b922487a9ba428dafb2ccad9d9aea84e15d1 /test/lists_test.rb | |
| parent | 2983738317abf6bc125c75eede7890c36a10b86c (diff) | |
fix typo in test description
Diffstat (limited to 'test/lists_test.rb')
| -rw-r--r-- | test/lists_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lists_test.rb b/test/lists_test.rb index 3dc8b4c6..4ad8a532 100644 --- a/test/lists_test.rb +++ b/test/lists_test.rb @@ -373,7 +373,7 @@ context 'Bulleted lists (:ulist)' do assert_xpath '//ul/li/*[@class="admonitionblock note"]//td[@class="content"][normalize-space(text())="This is a note."]', output, 1 end - test 'paragraph-like blocks attached to an ancestry list item by a list continuation should produce blocks' do + test 'paragraph-like blocks attached to an ancestor list item by a list continuation should produce blocks' do input = <<~'EOS' * parent ** child |
