williamkapke / node-compat-table

node.green - Node.js ECMAScript compatibility tables
https://node.green
Other
858 stars 33 forks source link

Error in test? #45

Closed tom-drake closed 6 years ago

tom-drake commented 6 years ago

Hi, there seems to be an error in one of the tests. It fails in all versions with 'Unexpected identifier'.

The test is constructors require new. Looks likes there's some words in that test that shouldn't be 'Updated identifier syntax'?

williamkapke commented 6 years ago

Good catch. The error is upstream.

I opened an issue: https://github.com/kangax/compat-table/issues/1222

Thanks!

williamkapke commented 6 years ago

The upstream test was fixed & node.green now shows the correct results. 👍

tom-drake commented 6 years ago

OK great, I didn't realise at the time it was upstream. Thanks for opening the issue over there.