l1ving_youtube-dl/test/jstests/with_statement.py
sulyi 3f075d87da [test] jstest fixes
* direct execution comment accidental removal
* zip type check in 'traverse'
* less convoluted 'variables' in JSInterpreter initialization
* tiny bit more meaningful log messages
* changing single letter flags to more explanatory names
* refactoring skip test logic
2016-12-27 07:10:01 +01:00

13 lines
286 B
Python

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