Skip to content

Commit

Permalink
Make sure to run doctests in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Sep 19, 2019
1 parent f7f1777 commit e6dd55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InitialValues.jl
Expand Up @@ -3,7 +3,7 @@ module InitialValues
# Use README as the docstring of the module:
@doc let path = joinpath(dirname(@__DIR__), "README.md")
include_dependency(path)
replace(read(path, String), r"^```julia" => "```jldoctest README")
replace(read(path, String), r"^```julia"m => "```jldoctest README")
end InitialValues

export Init
Expand Down

0 comments on commit e6dd55a

Please sign in to comment.