mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
added missing test
This commit is contained in:
parent
9f28e88ff1
commit
a25c99e146
6
tests/cases/fourslash/formattingConditionalOperator.ts
Normal file
6
tests/cases/fourslash/formattingConditionalOperator.ts
Normal file
@ -0,0 +1,6 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
|
||||
////var x=true?1:2
|
||||
format.document();
|
||||
goTo.bof();
|
||||
verify.currentLineContentIs("var x = true ? 1 : 2");;
|
||||
Loading…
x
Reference in New Issue
Block a user