15 lines
332 B
Python
Raw Normal View History

2018-05-31 06:37:27 +02:00
from __future__ import unicode_literals
from youtube_dl.jsinterp2.jsgrammar import Token
2016-12-14 18:21:57 +01:00
skip = {'interpret': 'Interpreting debugger statement not yet implemented',
'parse': 'Test not yet implemented: missing code and ast'}
2016-12-14 18:21:57 +01:00
tests = [
{
'code': '',
'asserts': [{'value': 0}],
'ast': []
}
]