From 841c78768caeb30e6b6359d0646c6c1919b585c7 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 15 Jun 2014 23:54:14 -0400 Subject: [PATCH] Unit Tests - Removed invliad test. --- test/utf8_tw.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utf8_tw.t b/test/utf8_tw.t index 6feb74207..bbf3a6086 100755 --- a/test/utf8_tw.t +++ b/test/utf8_tw.t @@ -43,7 +43,7 @@ if (open my $fh, '>', 'utf8.rc') # 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 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 ๏ เป็นมนุษย์สุดประเสริฐเลิศคุณค่า 2>&1}; qx{../src/task rc:utf8.rc add イロハニホヘト チリヌルヲ ワカヨタレソ ツネナラムイ ロハニホヘト チリヌルヲ ワカヨタレソ ツネナラム 2>&1};