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

Add support for formatted test #122

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    7a0a923 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    90a4125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6ac292 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    132136a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Fix incorrect free()'ing of markdown variables.

    `markdown_html_to_markdown()` returns a malloc'ed variable and frees
    the input variable. Therefore it is `marked` we need to free, not
    `escaped`.
    
    Signed-off-by: Kristian Amlie <[email protected]>
    Kristian Amlie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    83effce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from kacf/markdown

    Fix incorrect free()'ing of markdown variables.
    EionRobb authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    5f95082 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    0ad4ead View commit details
    Browse the repository at this point in the history
  2. Fix compiler warning

    EionRobb committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    4efe7cf View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    a2aed0d View commit details
    Browse the repository at this point in the history