Ensure test input is unformatted

This commit is contained in:
Mohamed Hegazy 2016-12-26 11:36:27 -08:00
parent 99b958f531
commit f0ad56d86e

View file

@ -1,10 +1,10 @@
/// <reference path='fourslash.ts' />
/////*1*/'bar'!;
/////*2*/('bar')!;
/////*3*/'bar'[1]!;
/////*4*/var bar = 'bar'.foo!;
/////*5*/var foo = bar!;
/////*1*/ 'bar' ! ;
/////*2*/ ( 'bar' ) ! ;
/////*3*/ 'bar' [ 1 ] ! ;
/////*4*/ var bar = 'bar' . foo ! ;
/////*5*/ var foo = bar ! ;
format.document();
goTo.marker("1");