diff options
| author | Guillaume Grossetie <ggrossetie@gmail.com> | 2018-04-22 04:53:58 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2018-04-23 23:58:42 -0600 |
| commit | 114bad0091c032b4eb3cc35ed4e6676d79eaa36e (patch) | |
| tree | 64e9fc2e95466042defa94447e1769d40964adc7 /test/blocks_test.rb | |
| parent | 2eb43353e801e42fcd571c3b9f9a2b09822179fa (diff) | |
populate source_location on list items if sourcemap is enabled
- set the source_location property on each list item in an item list
- set the source_location property on each list term in a description list
- set the source_location property on each list item in a description list
Diffstat (limited to 'test/blocks_test.rb')
| -rw-r--r-- | test/blocks_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blocks_test.rb b/test/blocks_test.rb index 7ca9fc8c..0703d1d3 100644 --- a/test/blocks_test.rb +++ b/test/blocks_test.rb @@ -218,7 +218,7 @@ supposed to be after sidebar block, except it got swallowed by block comment EOS render_embedded_string input - assert_message @logger, :WARN, '<stdin>: line 8: unterminated comment block', Hash + assert_message @logger, :WARN, '<stdin>: line 5: unterminated comment block', Hash end # WARNING if first line of content is a directive, it will get interpretted before we know it's a comment block |
