JS: Update test outputs

This commit is contained in:
Asger F
2019-07-17 09:16:15 +01:00
parent b2fcea4fd2
commit cee742152d
3 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
| namespace.js:5:32:5:44 | function() {} | Baz.method | method |
| namespace.js:5:32:5:44 | function() {} | baz.method | method |
| tst2.js:6:9:9:3 | () {\\n ... .x;\\n } | C.method | method |
| tst2.js:11:13:13:3 | () {\\n ... .x;\\n } | C.getter | getter |
| tst.js:4:17:4:21 | () {} | A.instanceMethod | method |

View File

@@ -1,5 +1,4 @@
| namespace.js:5:32:5:44 | function() {} | Baz.method |
| namespace.js:5:32:5:44 | function() {} | baz.method |
| tst2.js:6:9:9:3 | () {\\n ... .x;\\n } | C.method |
| tst.js:4:17:4:21 | () {} | A.instanceMethod |
| tst.js:7:6:7:10 | () {} | A.bar |

View File

@@ -18,6 +18,7 @@ getName
| tst.js:27:8:27:12 | () {} | y |
| tst.js:28:8:28:13 | (v) {} | y |
| tst.js:31:9:31:21 | function() {} | foo |
| tst.js:32:12:32:24 | function() {} | Hey |
| tst.js:34:15:34:14 | () {} | constructor |
#select
| tst.js:1:1:1:15 | function f() {} | function f |