// Code generated by convertFourslash; DO NOT EDIT. // To modify this test, run "npm run makemanual jsxAttributeSnippetCompletionUnclosed" 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/ls" "github.com/microsoft/typescript-go/internal/lsp/lsproto" "github.com/microsoft/typescript-go/internal/testutil" ) func TestJsxAttributeSnippetCompletionUnclosed(t *testing.T) { fourslash.SkipIfFailing(t) t.Parallel() defer testutil.RecoverAndFail(t, "Panic on fourslash test") const content = `// @strict: false //@Filename: file.tsx interface NestedInterface { Foo: NestedInterface; (props: {className?: string}): any; } declare const Foo: NestedInterface; function fn1() { return } function fn2() { return } function fn3() { return } function fn4() { return } function fn5() { return } function fn6() { return } function fn7() { return