commit | 1cf3aa6e6615dcddc58e42d4fb214f9e0d90d22c | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Aug 19 06:49:33 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Aug 19 06:49:33 2004 +0000 |
tree | 6b9f482fa3db48cdc47ca711991120186ac09a9a | |
parent | caa9798410887317226c4bf89f38d318b8436612 [diff] |
ELLIPSIS implementation: an ellipsis couldn't match nothing if it appeared at the end of a line. Repaired that. Also noted that it's too easy to provoke this implementation into requiring exponential time, and especially when a test fails. I'll replace the implementation with an always-efficient one later.