Bug #321
task shell convert all characters to lowercase
| Status: | Closed | Start: | 11/26/2009 | |
| Priority: | High | Due date: | ||
| To: | Paul Beckingham | % Done: | 100% |
|
| Category: | interactive | Spent time: | 1.00 hour | |
| Target version: | 1.8.5 - PAUL | Estimated time: | 1.00 hour | |
Description
Any uppercase character is converted to lowercase if you add data within the task shell.
How to reproduce:$> task shell task> add Some Data with Uppercase Characters
The same works outside the task shell.
History
Updated by Paul Beckingham 108 days ago
- Status changed from New to Assigned
- Target version set to 1.8.5 - PAUL
- Estimated time set to 1.00
Updated by Paul Beckingham 108 days ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Task was converting the command to lower case to test against "quit", when it should have been only for a caseless comparison.