2018-06-02 05:26:32 +02:00

18 lines
373 B
Python

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