File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
third_party/src/test/java/com/jetbrains/dart/analysisServer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ public void testMixinSig2() {
338338 }
339339
340340 public void testNamedConstructorSig () {
341- doTest ("<code><b>test.dart</b><br>Z Z .z()<br><br><b>Containing class:</b> Z<br><br></code>" , "class Z { <caret>Z.z(); }" );
341+ doTest ("<code><b>test.dart</b><br>Z.z()<br><br><b>Containing class:</b> Z<br><br></code>" , "class Z { <caret>Z.z(); }" );
342342 }
343343
344344 public void testParamClassSig () {
@@ -403,7 +403,7 @@ public void testTopLevelVarDoc2() {
403403 }
404404
405405 public void testTypedefSig () {
406- doTest ("<code><b>test.dart</b><br>typedef F = int Function(int x )<br><br></code>" ,
406+ doTest ("<code><b>test.dart</b><br>typedef F = int Function(int)<br><br></code>" ,
407407 "typedef int <caret>F(int x);" );
408408 }
409409
You can’t perform that action at this time.
0 commit comments