mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
fix test
This commit is contained in:
committed by
Vladimir Matveev
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;");
|
||||
Reference in New Issue
Block a user