Skip to content

Commit

Permalink
fix: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jul 22, 2024
1 parent a229bef commit 55751d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neotest-golang/process.lua
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function M.decorate_with_go_package_and_test_name(
local folderpath = vim.fn.fnamemodify(test_data.neotest_data.path, ":h")
local tweaked_pos_id = pos_id:gsub(" ", "_")
tweaked_pos_id = tweaked_pos_id:gsub('"', "")
tweaked_pos_id = tweaked_pos_id:gsub("\\", "/") -- FIXME: just testing this for windows
-- tweaked_pos_id = tweaked_pos_id:gsub("\\", "/") -- FIXME: just testing this for windows
tweaked_pos_id = tweaked_pos_id:gsub("::", "/")

for _, golistline in ipairs(golist_output) do
Expand Down

0 comments on commit 55751d8

Please sign in to comment.