mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Typo in unit test. - Removed obsolete ANALYSIS file.
This commit is contained in:
parent
e796d7a2f1
commit
efeb00d423
2 changed files with 1 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
|||
* text.t 5
|
||||
PB need to use a UTF-8 friendly way of doing input[--eol].
|
||||
|
||||
* bug.360.t 2
|
||||
|
||||
* rx.t 1
|
||||
|
||||
* dom.2.t 1
|
|
@ -41,7 +41,7 @@ if (open my $fh, '>', 'before.rc')
|
|||
ok (-r 'before.rc', 'Created before.rc');
|
||||
}
|
||||
|
||||
# Create some exampel data directly.
|
||||
# Create some example data directly.
|
||||
if (open my $fh, '>', 'pending.data')
|
||||
{
|
||||
my $timeA = str2time("2008-12-22 12:00:00");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue