From b728924229e70f5b301e0b513575f3e106a5d517 Mon Sep 17 00:00:00 2001 From: kn1cht <16277200+kn1cht@users.noreply.github.com> Date: Sat, 9 Jul 2022 14:16:21 +0900 Subject: [PATCH] resolve rubocop issues --- test/test_idgxmlbuilder.rb | 4 ---- 1 file changed, 4 deletions(-) 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