Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check whether markdown-command is installed #108

Merged
merged 1 commit into from
Feb 26, 2016
Merged

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.

2 participants