l1ving_youtube-dl/test/js2tests/try_statement.py
2018-05-31 06:37:27 +02:00

15 lines
327 B
Python

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