tenko
tenko copied to clipboard
REPL wrong color code on valid / invalid cases
This case
'"use strict"; (async yield => {})'
in the REPL doesn't mark 'web compat' an 'sloppy' as green. Instead they are red and indicate that this case also should fail in sloppy mode.
Nothing wrong with Tenko and if you try to parse this one in the REPL the colors are correct
'(async yield => {})'