mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
fix test
This commit is contained in:
parent
b8071f99bc
commit
40112c5137
@ -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;");
|
||||
Loading…
x
Reference in New Issue
Block a user