Skip to content

Commit 29f9958

Browse files
committed
Added test cases for JSXFragment span
1 parent 7acca50 commit 29f9958

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/cases/fourslash/getJSXOutliningSpans.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@
2525
//// md: 5
2626
//// }|]}|]
2727
//// />
28+
//// [|<>
29+
//// text
30+
//// </>|]
2831
//// </div>|]
2932
//// );
3033
//// }|]
3134
////}|]
3235

33-
verify.outliningSpansInCurrentFile(test.ranges(), "code");
36+
verify.outliningSpansInCurrentFile(test.ranges(), "code");

0 commit comments

Comments
 (0)