13 lines
290 B
Python
Raw Normal View History

2016-12-14 18:21:57 +01:00
from youtube_dl.jsinterp.jsgrammar import Token
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': []
}
]