Tcl Source Code

View Ticket
Login
Ticket UUID: 403229
Title: A minor fixup for string.test
Type: Patch Version: None
Submitter: nobody Created on: 2001-01-14 00:38:18
Subsystem: 18. Commands M-Z Assigned To: dkf
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2001-03-12 23:00:08
Resolution: Fixed Closed By: dkf
    Closed on: 2001-03-12 16:00:08
Description:
I noticed that the case of:

string match \\ \\

was not tested in string.test.

This seems to be an odd special
case since every other string matches
itself. I also noticed that one
of the test case numbers was duplicated.
I renumbered the tests to fix this and
account for the new test.
User Comments: dkf added on 2001-01-15 20:31:05:
Looks fair enough to me, especially if we take the position that incomplete patterns should not match.

Attachments: