index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lists_test.rb
Age
Commit message (
Expand
)
Author
2019-04-01
use IO.popen with env argument in test suite (PR #3229)
Dan Allen
2019-03-26
resolves #3205 apply verbatim substitutions to literal paragraphs attached to...
Dan Allen
2019-03-22
resolves #2818 catalog inline anchors at start of callout list items
Owen Heisler
2019-03-14
resolves #1444 rename header_footer option to standalone (PR #3146)
Dan Allen
2019-03-02
resolves #3121 don't eat space before callout number in source block if line-...
Dan Allen
2019-02-23
resolves #2840 transmit id and role assigned to list item in AST to output
Dan Allen
2019-02-19
resolves #3085 don't store fallback text on bibref node (PR #3086)
Dan Allen
2019-02-19
resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)
Dan Allen
2019-02-15
clean up newline handling in test suite (PR #3074)
Dan Allen
2019-02-14
document assertion workaround for nokogiri on JRuby [skip ci]
Dan Allen
2019-02-13
resolves #2766 don't parse dlist entry if term is empty (PR #2767)
Dan Allen
2019-02-10
fix tests on JRuby
Dan Allen
2019-02-10
use indented (squiggly) heredoc strings in lists_test
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-08
resolves #3051 drop the options attribute
Dan Allen
2019-02-05
resolves #3005 remove the converter for the docbook45 backend (PR #3040)
Dan Allen
2019-01-26
resolves #2106 make syntax highlighter pluggable (PR #3016)
Dan Allen
2019-01-10
update development dependencies (PR #3000)
Dan Allen
2019-01-06
switch to modern hash syntax
Dan Allen
2019-01-06
use require_relative instead of modifying $LOAD_PATH
Dan Allen
2019-01-06
remove workarounds for Ruby < 2.3
Dan Allen
2018-10-26
resolves #2783 define any character match to be compatible with JavaScript (P...
Dan Allen
2018-10-19
resolves #2888 don't hang on description list item that begins with /// (PR #...
Dan Allen
2018-10-18
verify comment line that looks like top-level description list term is skipped
Dan Allen
2018-10-18
verify line comment that looks like sibling description list item is skipped
Dan Allen
2018-10-01
resolves #1360 preserve comment guard on callout when icons not enabled (PR #...
Dan Allen
2018-10-01
make space before callout number after custom line comment character optional
Dan Allen
2018-09-25
require marker for items in callout list to have circumfix brackets
Dan Allen
2018-09-25
resolves #2871 (reprise) change autonumbered callout from <0> to <.>
Dan Allen
2018-09-23
cache custom callout rx using default hash proc
Dan Allen
2018-09-22
resolves #2871 autonumber <0> callouts in verbatim blocks and callout lists (...
Dan Allen
2018-09-21
resolves #2872 correct list parsing (PR #2877)
Dan Allen
2018-09-16
eagerly assign style to ordered list when parsing list items (PR #2870)
Dan Allen
2018-09-16
add test for how default style is determined for olist
Dan Allen
2018-09-11
replace the use of render with convert in test suite
Dan Allen
2018-09-09
resolves #2863 only support a single unicode bullet as a list marker (PR #2864)
Dan Allen
2018-09-06
resolves #2854 allow lists to be nested to arbitrary depth (PR #2857)
Dan Allen
2018-07-30
resolves #2812 catalog inline anchors in ordered lists (PR #2813)
Owen Heisler
2018-05-10
resolves #2771 don't allow block attributes to be inherited by sibling blocks...
Dan Allen
2018-04-30
use cursor mark to track source location in callout list (PR #2735)
Dan Allen
2018-04-30
resolves #1926 use correct parse mode when parsing blocks for list item (PR #...
Dan Allen
2018-04-27
process bibliography anchors when parsing list
Dan Allen
2018-04-27
resolves #2257 catalog anchor in lists and tables
Dan Allen
2018-04-25
simplify regex for dlists (PR #2720)
Dan Allen
2018-04-23
use cursor marks to track line numbers more accurately and efficiently
Dan Allen
2018-04-23
populate source_location on list items if sourcemap is enabled
Guillaume Grossetie
2018-04-23
fix incorrect line number on lists and tables
Seiichi KONDO
2018-04-21
consolidate checklist parsing; assert attributes are properly set
Dan Allen
2018-04-14
use helpers to assert log messages in tests
Dan Allen
2018-04-14
update tests to use memory logger instead of capturing stderr
Dan Allen
[next]