diff --git a/test/test_idgxmlbuilder.rb b/test/test_idgxmlbuilder.rb index 1f4da1783..5ee7b1ccc 100644 --- a/test/test_idgxmlbuilder.rb +++ b/test/test_idgxmlbuilder.rb @@ -16,7 +16,6 @@ def setup @config['tableopt'] = '10' @book = Book::Base.new @book.config = @config - img_math = ReVIEW::ImgMath.new(@config) @log_io = StringIO.new ReVIEW.logger = ReVIEW::Logger.new(@log_io) @compiler = ReVIEW::Compiler.new(@builder) @@ -270,9 +269,6 @@ def test_inline_m_imgmath assert_equal %Q( ), actual end - - - def test_dlist_beforeulol actual = compile_block(" : foo\n foo.\n\npara\n\n : foo\n foo.\n\n 1. bar\n\n : foo\n foo.\n\n * bar\n") assert_equal %Q(
foo
foo.

para

foo
foo.
  1. bar
foo
foo.
), actual