diff options
Diffstat (limited to 'spec/outputs/test/format_spec.lua')
| -rw-r--r-- | spec/outputs/test/format_spec.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/outputs/test/format_spec.lua b/spec/outputs/test/format_spec.lua index c9ea3c2..d38a0ad 100644 --- a/spec/outputs/test/format_spec.lua +++ b/spec/outputs/test/format_spec.lua | |||
| @@ -164,7 +164,9 @@ local rewriteLineCol | |||
| 164 | rewriteLineCol = function(item) | 164 | rewriteLineCol = function(item) |
| 165 | item[2] = 0 | 165 | item[2] = 0 |
| 166 | item[3] = 0 | 166 | item[3] = 0 |
| 167 | for i = 4, #item do | 167 | item[4] = 0 |
| 168 | item[5] = 0 | ||
| 169 | for i = 6, #item do | ||
| 168 | local _exp_0 = type(item[i]) | 170 | local _exp_0 = type(item[i]) |
| 169 | if "table" == _exp_0 then | 171 | if "table" == _exp_0 then |
| 170 | if item[i][1] == "comment" then | 172 | if item[i][1] == "comment" then |
