test/test_topbuilder.rb in review-3.0.0 vs test/test_topbuilder.rb in review-3.1.0

- old
+ new

@@ -180,11 +180,13 @@ assert_equal '', actual end def test_comment_for_draft @config['draft'] = true - actual = compile_block('//comment[コメント]') - assert_equal %Q(◆→コメント←◆\n), actual + actual = compile_block('//comment[コメント<]') + assert_equal %Q(◆→コメント<←◆\n), actual + actual = compile_block("//comment{\nA<>\nB&\n//}") + assert_equal %Q(◆→A<>\nB&←◆\n), actual end def test_list def @chapter.list(_id) Book::ListIndex::Item.new('test', 1)