Changeset 7be5d8b for t


Ignore:
Timestamp:
Jul 27, 2009, 11:23:57 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
f987504
Parents:
82a6e8b
git-author:
Nelson Elhage <nelhage@mit.edu> (07/27/09 23:15:17)
git-committer:
Nelson Elhage <nelhage@mit.edu> (07/27/09 23:23:57)
Message:
Completion::Context: Fix behavior if point is at end after whitespace.

We should add an empty word on the end, and need to get the word limits
correct.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • t/completion.t

    r82a6e8b r7be5d8b  
    9898              2, 0, 9, 11);
    9999
     100test_tokenize(q{zwrite -c }, q{},
     101              [qw(zwrite -c), ''],
     102              2, 0, 10, 10);
     103
    100104# It's not entirely clear what we should do here. Make a test for the
    101105# current behavior, so we'll notice if it changes.
Note: See TracChangeset for help on using the changeset viewer.