update tests

This commit is contained in:
Arthur Ozga 2017-06-19 11:13:58 -07:00
parent 2a2595fc5f
commit 0dcc8deace
3 changed files with 4 additions and 4 deletions

View file

@ -2,4 +2,4 @@
////function f( f: function){/*1*/
goTo.marker("1");
edit.insert("}");
verify.currentLineContentIs("function f(f: function){ }")
verify.currentLineContentIs("function f(f: function) { }")

View file

@ -4,6 +4,6 @@
/////*2*/type Stylet = { new () {} }
format.document();
goTo.marker("1");
verify.currentLineContentIs("interface Gourai { new() {} }");
verify.currentLineContentIs("interface Gourai { new() { } }");
goTo.marker("2");
verify.currentLineContentIs("type Stylet = { new() {} }");
verify.currentLineContentIs("type Stylet = { new() { } }");

View file

@ -14,7 +14,7 @@ verify.currentLineContentIs('foo(): Bar { }');
goTo.marker('2');
verify.currentLineContentIs('function Foo() # { }');
goTo.marker('3');
verify.currentLineContentIs('4 +:5');
verify.currentLineContentIs('4 +: 5');
goTo.marker('4');
verify.currentLineContentIs(' : T) { }');
goTo.marker('5');