1
0
forked from VimPlug/jedi

Improve literal tests.

This commit is contained in:
Dave Halter
2017-01-08 19:52:21 +01:00
parent 7300f3e7ef
commit 1edccbe2c3
2 changed files with 18 additions and 25 deletions

View File

@@ -19,17 +19,6 @@ str..
#? []
a(0):.
# -----------------
# _ separators (for older versions than 3.6, a = 1_2_3 will just be 1, the rest
# gets ignored.)
# -----------------
#? int()
1_2_3
#? int()
123_345_345
#? int()
0x3_4
# -----------------
# if/else/elif
# -----------------