diff --git a/src/run.jl b/src/run.jl index 9e97265..7a241f3 100644 --- a/src/run.jl +++ b/src/run.jl @@ -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