[jsinterp] Beef up and add tests
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 1 Feb 2015 21:38:26 +0000 (22:38 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 1 Feb 2015 21:38:29 +0000 (22:38 +0100)
commit9e3f19919aa3e152760f4cd0a7cad348428f3b35
tree140cb2b20179ce7c95da4e307fef3608acad1149
parent4a3da4ebdb1de5e35b47176822ab9ed3b2762c3f
[jsinterp] Beef up and add tests

In preparation for #4822, extend jsinterp by a lot. (We may even have to/want to write a proper interpreter with actual parsing)
test/test_jsinterp.py [new file with mode: 0644]
youtube_dl/jsinterp.py