Skip to content

Commit

Permalink
back test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Dec 31, 2020
1 parent d47e7a8 commit 20bacf8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions test/test_reviewlua.rb
Original file line number Diff line number Diff line change
Expand Up @@ -427,11 +427,9 @@ def test_itemize
* chard
//endchild
EOB

STDERR.puts "Temporary suspended: #{__LINE__}"
# assert_equal expected, pandoc(src)
assert_equal expected, pandoc(src)
end

def test_enumerate
Expand Down Expand Up @@ -489,8 +487,7 @@ def test_enumerate
2. two
EOB

STDERR.puts "Temporary suspended: #{__LINE__}"
# assert_equal expected, pandoc(src)
assert_equal expected, pandoc(src)

src = <<-EOB
9) one
Expand All @@ -506,8 +503,7 @@ def test_enumerate
2. subtwo
EOB
# XXX: pandoc2review can't handle nested elements except list. Re:VIEW doesn't care paren number and roman number enumerate by default also.
STDERR.puts "Temporary suspended: #{__LINE__}"
# assert_equal expected, pandoc(src)
assert_equal expected, pandoc(src)
end

def test_definition
Expand Down

0 comments on commit 20bacf8

Please sign in to comment.