We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbaf03 commit 8aad5b2Copy full SHA for 8aad5b2
1 file changed
docs/make.jl
@@ -45,7 +45,7 @@ function single_example_file(filename::String)
45
joinpath(THIS_DIR, "..", "examples", filename),
46
"r"
47
)
48
- all_lines = split(fulltext, "\n")
+ all_lines = strip.(split(fulltext, '\n'), '\r')
49
l = 1
50
regex = r"^function ([^_].+?)\("
51
regex_end = r"^end$"
0 commit comments