Skip to content

Commit

Permalink
Comment go test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Oct 6, 2024
1 parent 0ddb4fd commit d47f43d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@ def test_python_with_utf8(self):
# mode="c++-mode",
# ))

def test_go(self):
try_complete(SingleFile(
filename="test.go",
code="""
package main
# def test_go(self):
# try_complete(SingleFile(
# filename="test.go",
# code="""
# package main

import "os"
# import "os"

func main() {
\tos.""",
mode="go-mode",
), label="Open")
# func main() {
# \tos.""",
# mode="go-mode",
# ), label="Open")


def get_offset(file: SingleFile, target='I'):
Expand Down

0 comments on commit d47f43d

Please sign in to comment.