mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 22:32:33 -05:00
fix test
This commit is contained in:
@@ -21,6 +21,6 @@ goTo.marker("formatAmpersandOperator");
|
||||
verify.currentLineContentIs("type Intersection = Foo & Bar;");
|
||||
|
||||
goTo.marker("unionTypeNoIndent");
|
||||
verify.currentLineContentIs("Bar |");
|
||||
verify.currentLineContentIs(" Bar |");
|
||||
goTo.marker("intersectionTypeNoIndent");
|
||||
verify.currentLineContentIs("Baz;");
|
||||
verify.currentLineContentIs(" Baz;");
|
||||
Reference in New Issue
Block a user