ggrossetie / asciidoctor-inline-parser

15 stars 4 forks source link

fix failing test #5

Closed mojavelinux closed 6 years ago

ggrossetie commented 6 years ago

Ooops my bad, thanks for the fix 👍

ggrossetie commented 6 years ago

Actually on my machine the test is failing:

  1) Failure:
scenario::for code::intrinsic_attributes#test_0001_converts inline Asciidoctor syntax to HTML [/home/guillaume/workspace/opensource/asciidoctor/asciidoctor-inline-parser/test/scenarios_test.rb:18]:
Expected: "<code>C&#43;&#43;</code>"
  Actual: "<code>C++</code>"
ggrossetie commented 6 years ago

I've upgraded to Asciidoctor 1.5.8 to fix this issue: #12

mojavelinux commented 6 years ago

That explains why we were seeing different results.