Fix SPACE_INSIDE_BRACKETS special cases

1. There were a few special cases missed in the original change:
- my_list[ : ]
- my_list[ x: ]
- foo( "abc" )

2. Updated comments where SPACE_INSIDE_BRACKETS is used.

3. Updated test cases to catch the special cases in (1).

For issue #811.
2 files changed