13 lines
291 B
Python

from youtube_dl.jsinterp2.jsgrammar import Token
skip = {'interpret': 'Interpreting debugger statement not yet implemented',
'parse': 'Test not yet implemented: missing code and ast'}
tests = [
{
'code': '',
'asserts': [{'value': 0}],
'ast': []
}
]