Skip to content

Conversation

@syohex
Copy link
Collaborator

@syohex syohex commented Feb 26, 2016

Markdown is not rendered if markdown-command is not installed. This causes unexpected test failure. Tests which are introduced at #102 are failed if markdown-command(Default value is markdown) is not installed. Body should not be evaluated if the command is not installed.

For example, test is failed if markdown is not installed because buffer content is not HTML and is bash: markdown is not found instead.

Test test-markdown-ext/live-preview-follow-min-max condition:
    (ert-test-failed
     ((should
       (=
        (window-point)
        (+ final-pt ...)))
      :form
      (= 36 44)
      :value nil))

CC: @cosmicexplorer

Markdown is not rendered if markdown-command is not installed.
This causes unexpected test failure.
jrblevin added a commit that referenced this pull request Feb 26, 2016
Check whether markdown-command is installed
@jrblevin jrblevin merged commit 84afca7 into master Feb 26, 2016
@syohex syohex deleted the check-markdown-command branch February 26, 2016 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants