mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Removed invliad test.
This commit is contained in:
parent
392c9971f5
commit
841c78768c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if (open my $fh, '>', 'utf8.rc')
|
||||||
# Add a task with UTF8 in the description.
|
# Add a task with UTF8 in the description.
|
||||||
qx{../src/task rc:utf8.rc add Çirçös 2>&1};
|
qx{../src/task rc:utf8.rc add Çirçös 2>&1};
|
||||||
qx{../src/task rc:utf8.rc add Hello world ☺ 2>&1};
|
qx{../src/task rc:utf8.rc add Hello world ☺ 2>&1};
|
||||||
qx{../src/task rc:utf8.rc add ¥£€\$¢₡₢₣₤₥₦₧₨₩₪₫₭₮₯ 2>&1};
|
qx{../src/task rc:utf8.rc add ¥£€¢₡₢₣₤₥₦₧₨₩₪₫₭₮₯ 2>&1};
|
||||||
qx{../src/task rc:utf8.rc add Pchnąć w tę łódź jeża lub ośm skrzyń fig 2>&1};
|
qx{../src/task rc:utf8.rc add Pchnąć w tę łódź jeża lub ośm skrzyń fig 2>&1};
|
||||||
qx{../src/task rc:utf8.rc add ๏ เป็นมนุษย์สุดประเสริฐเลิศคุณค่า 2>&1};
|
qx{../src/task rc:utf8.rc add ๏ เป็นมนุษย์สุดประเสริฐเลิศคุณค่า 2>&1};
|
||||||
qx{../src/task rc:utf8.rc add イロハニホヘト チリヌルヲ ワカヨタレソ ツネナラムイ ロハニホヘト チリヌルヲ ワカヨタレソ ツネナラム 2>&1};
|
qx{../src/task rc:utf8.rc add イロハニホヘト チリヌルヲ ワカヨタレソ ツネナラムイ ロハニホヘト チリヌルヲ ワカヨタレソ ツネナラム 2>&1};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue