From 9f68ff5b0f700084cd02dfe93db56438dfc58bb5 Mon Sep 17 00:00:00 2001 From: uniqueiniquity Date: Tue, 31 Oct 2017 16:10:17 -0700 Subject: [PATCH] Remove markers --- tests/cases/fourslash/indentationInJsx3.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cases/fourslash/indentationInJsx3.ts b/tests/cases/fourslash/indentationInJsx3.ts index b5d5e772213..0c57b3b31e4 100644 --- a/tests/cases/fourslash/indentationInJsx3.ts +++ b/tests/cases/fourslash/indentationInJsx3.ts @@ -4,8 +4,8 @@ ////function foo() { //// return ( ////
-/////*0*/hello -/////*1*/goodbye +////hello +////goodbye ////
//// ) ////}