13 lines
274 B
Python
13 lines
274 B
Python
from youtube_dl.jsinterp.jsgrammar import Token
|
|
|
|
skip = {'i': 'Interpreting with statement not yet implemented',
|
|
'p': 'Test not yet implemented: missing code and ast'}
|
|
|
|
tests = [
|
|
{
|
|
'code': '',
|
|
'asserts': [{'value': 0}],
|
|
'ast': []
|
|
}
|
|
]
|