We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f28e88 commit a25c99eCopy full SHA for a25c99e
tests/cases/fourslash/formattingConditionalOperator.ts
@@ -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