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

10
test/tw-1938.test.sh Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
# Ref: https://github.com/GothenburgBitFactory/taskwarrior/issues/1938
. bash_tap_tw.sh
# Add a task with two annotations with the same entry value
echo '{"description": "my description", "annotations": [{"entry": "20170813T120000Z", "description": "first"}, {"entry": "20170813T120000Z", "description": "second"}]}' | task import -
# Check that the task has 2 annotations
[[ `task _get 1.annotations.count` == 2 ]]