jaspervdj / patat

Terminal-based presentations using Pandoc
GNU General Public License v2.0
2.42k stars 60 forks source link

Fix tests, add pandoc version to --version #71

Closed jaspervdj closed 5 years ago

jaspervdj commented 5 years ago

This fixes the issue reported in #70 by carefully crafting the input so it yields the same output with both pandoc versions. Since this is a fragile process, I also added the pandoc version to patat --version. This will allow us to later have separate tests per pandoc version.