package fourslash_test import ( "testing" "efprojects.com/kitten-ipc/kitcom/internal/tsgo/fourslash" . "efprojects.com/kitten-ipc/kitcom/internal/tsgo/fourslash/tests/util" "efprojects.com/kitten-ipc/kitcom/internal/tsgo/lsp/lsproto" "efprojects.com/kitten-ipc/kitcom/internal/tsgo/testutil" ) func TestCompletionsStringsWithTriggerCharacter(t *testing.T) { t.Parallel() t.Skip() defer testutil.RecoverAndFail(t, "Panic on fourslash test") const content = `type A = "a/b" | "b/a"; const a: A = "[|a/*1*/|]"; type B = "a@b" | "b@a"; const a: B = "[|a@/*2*/|]"; type C = "a.b" | "b.a"; const c: C = "[|a./*3*/|]"; type D = "a'b" | "b'a"; const d: D = "[|a'/*4*/|]"; type E = "a` + "`" + `b" | "b` + "`" + `a"; const e: E = "[|a` + "`" + `/*5*/|]"; type F = 'a"b' | 'b"a'; const f: F = '[|a"/*6*/|]'; type G = "a