forked from VimPlug/jedi
test for #312, sorted/reversed builtins
This commit is contained in:
@@ -2,6 +2,17 @@
|
|||||||
std library stuff
|
std library stuff
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# -----------------
|
||||||
|
# builtins
|
||||||
|
# -----------------
|
||||||
|
arr = ['']
|
||||||
|
|
||||||
|
#? int()
|
||||||
|
sorted(arr)[0]
|
||||||
|
|
||||||
|
#? str()
|
||||||
|
next(reversed(arr))
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
# re
|
# re
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user