// Code generated by convertFourslash; DO NOT EDIT. // To modify this test, run "npm run makemanual completionsStringsWithTriggerCharacter" package fourslash_test import ( "testing" "github.com/microsoft/typescript-go/internal/fourslash" . "github.com/microsoft/typescript-go/internal/fourslash/tests/util" "github.com/microsoft/typescript-go/internal/lsp/lsproto" "github.com/microsoft/typescript-go/internal/testutil" ) func TestCompletionsStringsWithTriggerCharacter(t *testing.T) { fourslash.SkipIfFailing(t) t.Parallel() 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