From 84c9e3726ce7132e8f83b68c9f61d5611c617cad Mon Sep 17 00:00:00 2001 From: Aleksei Malykh <49870662+ysomad@users.noreply.github.com> Date: Mon, 14 Jul 2025 19:19:59 +0700 Subject: [PATCH] chore: remove comment --- spec/integration/alternate_test.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/spec/integration/alternate_test.lua b/spec/integration/alternate_test.lua index 8fdc704..707ab2a 100644 --- a/spec/integration/alternate_test.lua +++ b/spec/integration/alternate_test.lua @@ -1,17 +1,6 @@ --- spec/integration/alternate_test.lua --- --- Integration tests for the GoAlt family of commands after removing the --- `bang` flag. The commands now *always* open or create the sibling file. --- --- Conventions match comment/iferr/impl suites: use `t.setup_test()`, --- run the Ex-command via `child.cmd`, then `write`, then assertions. - local t = require "spec.testutils" local child, T = t.setup "alternate" --- ── small helpers ──────────────────────────────────────────────────────── - ----foo.go ⇄ foo_test.go local function sibling(path) if path:find "_test%.go$" then return path:gsub("_test%.go$", ".go")