Merge pull request #215 from Oblynx/patch-1

Fix mpastell/Weave.jl#214
pull/221/head
Tamas Nagy 2019-06-19 10:39:37 -07:00 committed by GitHub
commit df7f0d1f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ end
function parse_input(input::AbstractString)
parsed = Tuple{AbstractString, Any}[]
input = lstrip(input)
n = length(input)
n = sizeof(input)
pos = 1 #The first character is extra line end
while pos n
oldpos = pos