diff options
Diffstat (limited to 'spec/inputs/test/format_spec.yue')
| -rw-r--r-- | spec/inputs/test/format_spec.yue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/inputs/test/format_spec.yue b/spec/inputs/test/format_spec.yue index 8c6096a..310b610 100644 --- a/spec/inputs/test/format_spec.yue +++ b/spec/inputs/test/format_spec.yue | |||
| @@ -165,7 +165,9 @@ import "yue" | |||
| 165 | rewriteLineCol = (item)-> | 165 | rewriteLineCol = (item)-> |
| 166 | item[2] = 0 | 166 | item[2] = 0 |
| 167 | item[3] = 0 | 167 | item[3] = 0 |
| 168 | for i = 4, #item | 168 | item[4] = 0 |
| 169 | item[5] = 0 | ||
| 170 | for i = 6, #item | ||
| 169 | switch type item[i] when "table" | 171 | switch type item[i] when "table" |
| 170 | if item[i][1] == "comment" | 172 | if item[i][1] == "comment" |
| 171 | table.remove item, i | 173 | table.remove item, i |
