Skip to content

Commit

Permalink
fixed small bug in tests under lua5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FourierTransformer committed Apr 15, 2019
1 parent b6eedb5 commit 255e63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/dynamic_features_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ describe("csv features", function()
for bom, i in pairs(BOM) do
for newline, j in pairs(newlines) do
for _, endline in ipairs(endlines) do
local name = "should handle ignoring quotes (%s + %s + %s) EOF: %s"
it(name:format(bom, newline, quote, endline), function()
local name = "should handle ignoring quotes (%s + %s) EOF: %s"
it(name:format(bom, newline, endline), function()
local expectedHeaders = {"a", "b", "c"}
local expected = {}
expected[1] = {}
Expand Down

0 comments on commit 255e63c

Please sign in to comment.