Add integration test #20
Annotations
10 warnings
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
~R/.../ is deprecated, use ~r/.../ instead
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Loading