]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/calcasts.cpp
ICU-64243.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / calcasts.cpp
index aa10d7def6b17d53ee3d4afaef75162bb46a8c42..bd4615797fbffbd6dc2fdf21556a1ee1a31c4f81 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
  * Copyright (c) 2003-2013, International Business Machines Corporation 
@@ -170,7 +172,7 @@ void CalendarCaseTest::IslamicCivil()
 
     static const UChar expectedUChars[] = {
         0x0627, 0x0644, 0x062e, 0x0645, 0x064a, 0x0633, 0x060c, 0x0020, 0x0662, 0x0662, 0x0020,
-        0x0634, 0x0648, 0x0627, 0x0644,  0x060c, 0x0020, 0x0661, 0x0663, 0x0668, 0x0669, 0x0020, 0x0647, 0x0640, 0
+        0x0634, 0x0648, 0x0627, 0x0644, 0x060c, 0x0020, 0x0661, 0x0663, 0x0668, 0x0669, 0x0020, 0x0647, 0x0640, 0
      };
     UnicodeString result;
     DateFormat *fmt = DateFormat::createDateInstance(DateFormat::kFull, Locale("ar_JO@calendar=islamic-civil"));