Renaming test files according to their language (#3407)

This commit is contained in:
mattsmida 2024-05-01 14:28:07 -04:00 committed by GitHub
parent 43ca74549d
commit ef9613e2d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
178 changed files with 171 additions and 169 deletions

View file

@ -1,10 +0,0 @@
#!/usr/bin/env bash
. bash_tap_tw.sh
# 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 '"due":\s*"20150903T080000Z"'