l1ving_youtube-dl/test/jstests/with_statement.py
sulyi b8a1742d73 [jsinterp] Rename js2test to jstests
- Fixes TestCase class names
2018-06-10 03:09:23 +02:00

18 lines
387 B
Python

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