Skip to content

i18n bug in parse_markdown #99

@klausfrieler

Description

@klausfrieler

I discovered today that psychTestR in conjunction with markdown 1.4 (or lower, for 1.1. it still works) throws an error when using i18n_dict$new. The reason is in parse_markdown in hash_df.R, where parseMarkdown is called with an unused 'file' argument, which is not used but now throws an error (as it evaluates now file to base::file, before it was ignored if text = x was used). Deleting the file argument solves the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions