fix: remove comments

This commit is contained in:
Barrett Ruth 2025-09-23 10:22:02 -04:00
parent f9cf5b1614
commit 8a9bc7434f
2 changed files with 4 additions and 5 deletions

View file

@ -90,7 +90,6 @@ local function parse_test_cases_from_files(input_file, expected_file)
local base_name = vim.fn.fnamemodify(input_file, ':r')
local test_cases = {}
-- Try numbered files first (created by scraper)
local i = 1
while true do
local individual_input_file = base_name .. '.' .. i .. '.cpin'