Skip to content

Commit f0ad56d

Browse files
committed
Ensure test input is unformatted
1 parent 99b958f commit f0ad56d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/cases/fourslash/formattingNonNullAssertionOperator.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/// <reference path='fourslash.ts' />
22

3-
/////*1*/'bar'!;
4-
/////*2*/('bar')!;
5-
/////*3*/'bar'[1]!;
6-
/////*4*/var bar = 'bar'.foo!;
7-
/////*5*/var foo = bar!;
3+
/////*1*/ 'bar' ! ;
4+
/////*2*/ ( 'bar' ) ! ;
5+
/////*3*/ 'bar' [ 1 ] ! ;
6+
/////*4*/ var bar = 'bar' . foo ! ;
7+
/////*5*/ var foo = bar ! ;
88

99
format.document();
1010
goTo.marker("1");

0 commit comments

Comments
 (0)