This commit is contained in:
SaschaNaz
2015-09-03 22:45:41 +09:00
committed by Vladimir Matveev
parent b8071f99bc
commit 40112c5137
+2 -2
View File
@@ -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;");