fix IPCompleter inside tuples/arrays when jedi is disabled...
fix IPCompleter inside tuples/arrays when jedi is disabled
The selection of the current expression was improperly
finding an implicit tuple `a,b`, instead of trimming tosimply `b`.
I also done a number of simplification of test cases.