gotools/gopls/internal/protocol/mapper_test.go

var funnyString

var toUTF16Tests

var fromUTF16Tests

func TestToUTF16(t *testing.T) {}

func TestFromUTF16(t *testing.T) {}

func getPrePost(content []byte, offset int) (string, string) {}

type testCase

// offset returns the test case byte offset
func (c testCase) offset() int {}

var tests

func TestLineChar(t *testing.T) {}

func TestInvalidOffset(t *testing.T) {}

func TestPosition(t *testing.T) {}

func TestRange(t *testing.T) {}

func TestBytesOffset(t *testing.T) {}