diff options
Diffstat (limited to 'spec/util/quick.lua')
-rw-r--r-- | spec/util/quick.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util/quick.lua b/spec/util/quick.lua index a525aa96..34ede636 100644 --- a/spec/util/quick.lua +++ b/spec/util/quick.lua | |||
@@ -410,7 +410,7 @@ function quick.compile(filename, env) | |||
410 | for i, line in ipairs(op.data) do | 410 | for i, line in ipairs(op.data) do |
411 | write(([=[ line = %q ]=]):format(line)) | 411 | write(([=[ line = %q ]=]):format(line)) |
412 | write(([=[ s, e = string.find(file_data, line, 1, true) ]=])) | 412 | write(([=[ s, e = string.find(file_data, line, 1, true) ]=])) |
413 | write(([=[ assert(s, error_message(%d, "FILE_CONTENTS " .. name .. " did not match: " .. line, file_data)) ]=]):format(op.start + i)) | 413 | write(([=[ assert(s, error_message(%d, "FILE_CONTENTS " .. name .. " did not 2match: " .. line, file_data)) ]=]):format(op.start + i)) |
414 | write(([=[ block_at = e + 1 ]=]):format(i)) | 414 | write(([=[ block_at = e + 1 ]=]):format(i)) |
415 | end | 415 | end |
416 | write([=[ end ]=]) | 416 | write([=[ end ]=]) |