1
0
forked from VimPlug/jedi

Move another few tests.

This commit is contained in:
Dave Halter
2017-05-15 15:18:42 -04:00
parent f4548d127c
commit 3c57f781dd
3 changed files with 35 additions and 39 deletions

View File

@@ -147,12 +147,6 @@ class TokenTest(unittest.TestCase):
assert safe_literal_eval(string_tok.value) == 'test'
def test_tokenizer_with_string_literal_backslash():
import jedi
c = jedi.Script("statement = u'foo\\\n'; statement").goto_definitions()
assert c[0]._name._context.obj == 'foo'
def test_ur_literals():
"""
Decided to parse `u''` literals regardless of Python version. This makes