mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1715: No UDA needed, same problem with core attributes
This commit is contained in:
parent
c8e051a7dd
commit
5b35f80d57
1 changed files with 3 additions and 5 deletions
|
@ -1,12 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
. bash_tap_tw.sh
|
||||
|
||||
echo "uda.ticketdate.type=date" >> taskrc
|
||||
|
||||
# This adds a task with a wrong ticketdate. If rc.dateformat is set, it works as expected.
|
||||
task add basetask ticketdate:2015-09-03T08:00:00Z
|
||||
# This adds a task with a wrong due date. If rc.dateformat is set, it works as expected.
|
||||
task add basetask due:2015-09-03T08:00:00Z
|
||||
|
||||
# For seeing the problem in test output; not needed to make the test fail.
|
||||
task export
|
||||
|
||||
task export | grep -E '"ticketdate":\s*"20150903T080000Z"'
|
||||
task export | grep -E '"due":\s*"20150903T080000Z"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue