From 9a2ce8e1fa8ef8ddf1bd9a735b9e9b9d87586d91 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 27 Aug 2021 02:33:31 -0700 Subject: jsx comment fixture Former-commit-id: e3d9bb34c8deff27b72a45f182522a0057eeb42d --- src/test/fixtures/jsx-comment.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/test/fixtures/jsx-comment.tsx (limited to 'src') diff --git a/src/test/fixtures/jsx-comment.tsx b/src/test/fixtures/jsx-comment.tsx new file mode 100644 index 000000000..29f78331d --- /dev/null +++ b/src/test/fixtures/jsx-comment.tsx @@ -0,0 +1,19 @@ +const foo = ( + +); + +const bar = ( + +); -- cgit v1.2.3