Logo
Explore Help
Sign In
R-yan/l1ving_youtube-dl
1
0
Fork 0
You've already forked l1ving_youtube-dl
Code Issues Pull Requests Releases Wiki Activity
l1ving_youtube-dl/test/js2tests/with_statement.py

18 lines
387 B
Python
Raw Normal View History

[jsinterp] Using unicode literals
2018-05-31 06:37:27 +02:00
from __future__ import unicode_literals
[jsinterp] Renaming `jsinterp` to jsinterp2
2018-05-30 23:06:19 +02:00
from youtube_dl.jsinterp2.jsgrammar import Token
[test] Adding jstests test suite
2016-12-14 18:21:57 +01:00
[jsinterp] Test suit update - Fixes (at least changes) global variable referencing in `jsinterp2` - Adds test suite based testcase for `jsinterp` - Adds per assertion based skip - Renames `test_jsinterp` (hopefully temporally) to `test_jsinterp_orig` - Adds function declaration to testcases (code & ast)
2018-06-02 02:01:40 +02:00
skip = {
'jsinterp': 'With statement is not supported',
[jsinterp] Fixing test skip messages
2018-06-03 23:23:41 +02:00
'interpret': 'Interpreting with statement is not yet implemented',
'parse': 'Test is not yet implemented: missing code and ast'
[jsinterp] Test suit update - Fixes (at least changes) global variable referencing in `jsinterp2` - Adds test suite based testcase for `jsinterp` - Adds per assertion based skip - Renames `test_jsinterp` (hopefully temporally) to `test_jsinterp_orig` - Adds function declaration to testcases (code & ast)
2018-06-02 02:01:40 +02:00
}
[test] Adding jstests test suite
2016-12-14 18:21:57 +01:00
tests = [
{
'code': '',
'asserts': [{'value': 0}],
'ast': []
}
]
Reference in New Issue Copy Permalink
Powered by Gitea
English
Deutsch English español français italiano latviešu Nederlands polski português do Brasil suomi svenska Türkçe čeština български русский српски Українська 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API