This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
b779677bf9f32a90f9a31203c91c08ca034f6859
jedi-fork
/
test
/
test_parser
T
History
Dave Halter
09779c88aa
Fix a nasty issue in the tokenizer.
Fixes
#836
.
...
At the same time there was a related issue of not cleaning up newlines properly.
2017-01-24 00:50:37 +01:00
..
__init__.py
moved api, parser and evaluate test directories to test_api, test_parser...
2014-01-29 21:16:18 +01:00
test_diff_parser.py
Fix a nasty issue in the tokenizer.
Fixes
#836
.
2017-01-24 00:50:37 +01:00
test_get_code.py
Fix an issue with end_pos of a module.
2016-07-08 00:03:52 +02:00
test_old_fast_parser.py
Move the parser.fast module to parser.diff.
2017-01-10 19:15:47 +01:00
test_param_splitting.py
Fix python 2.7 tests.
2016-07-07 19:16:01 +02:00
test_parser_tree.py
Rework the parser so we can use arbitrary start nodes of the syntax.
2015-12-20 22:25:41 +01:00
test_parser.py
If newer versions are using Jedi (e.g. at the moment Python 3.7), it shouldn't just result in a grammar issue, just because that grammar doesn't not exist. Just take the Python 3.6 grammar instead.
2017-01-07 15:54:04 +01:00
test_pgen2.py
Fix the errors for the old octal tests.
2016-07-18 19:28:01 +02:00
test_tokenize.py
Fix a nasty issue in the tokenizer.
Fixes
#836
.
2017-01-24 00:50:37 +01:00
test_user_context.py
test for
#424
, issues with form feeds
2014-07-18 16:52:25 +02:00