Skip to content

Commit a25c99e

Browse files
committed
added missing test
1 parent 9f28e88 commit a25c99e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/// <reference path='fourslash.ts'/>
2+
3+
////var x=true?1:2
4+
format.document();
5+
goTo.bof();
6+
verify.currentLineContentIs("var x = true ? 1 : 2");;

0 commit comments

Comments
 (0)