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 c790cd4 commit 028beafCopy full SHA for 028beaf
tests/cases/fourslash/formattingJsxTexts4.ts
@@ -13,7 +13,9 @@ format.document();
13
14
verify.currentFileContentIs(
15
`function foo() {
16
- const a = <ns:foobar x:test1 x:test2="string" x:test3={true ? 1 : 0} />;
+ const a = <ns:foobar x:test1 x:test2="string" x:test3={true ? 1 : 0} />;
17
18
return a;
19
-}`);
+}`);
20
+
21
+// the original whitespaces between attributes are not handled by TypeScript yet
0 commit comments