diff options
Diffstat (limited to 'test/functional/provider/python3_spec.lua')
-rw-r--r-- | test/functional/provider/python3_spec.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/functional/provider/python3_spec.lua b/test/functional/provider/python3_spec.lua index 68d4d1e2a1..a3c6c57a73 100644 --- a/test/functional/provider/python3_spec.lua +++ b/test/functional/provider/python3_spec.lua @@ -90,6 +90,12 @@ describe('python3 provider', function() eq({1, 2, {['key'] = 'val'}}, eval([[py3eval('[1, 2, {"key": "val"}]')]])) end) + it('pyxeval #10758', function() + eq(0, eval([[&pyxversion]])) + eq(3, eval([[pyxeval('sys.version_info[:3][0]')]])) + eq(3, eval([[&pyxversion]])) + end) + it('RPC call to expand("<afile>") during BufDelete #5245 #5617', function() source([=[ python3 << EOF |