]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
UJ-2: Fixed test-dates.yaml test descriptions
authorcesarvh <cesarv.h@berkeley.edu>
Thu, 25 Oct 2018 17:22:44 +0000 (10:22 -0700)
committercesarvh <cesarv.h@berkeley.edu>
Tue, 19 Mar 2019 19:37:16 +0000 (12:37 -0700)
services/structureddate/structureddate/src/test/resources/test-dates.yaml

index 2e19c9f9993f41764ab7be86294015fb2122e368..5abe10f8645129b922d26b784d02af41686f18a7 100644 (file)
   "3/4/2000?":                           # oneDisplayDate - with question mark
                                          earliestSingleDate: [2000,  3,  4, CE]
 
-  "13 april 1995":                           # oneDisplayDate - with question mark
+  "13 april 1995":                       # oneDisplayDate: - SingleInterval with Day (cardinal) Month Year Format 
                                          earliestSingleDate: [1995,  4,  13, CE]
 
-  "13 apr 1995":                           # oneDisplayDate - with question mark
+  "13 apr 1995":                         # oneDisplayDate: - SingleInterval with Day (cardinal) Month Year Format
                                          earliestSingleDate: [1995,  4,  13, CE]
 
-  "13th APRIL 1995":                           # oneDisplayDate - with question mark
+  "13th APRIL 1995":                     # oneDisplayDate: - SingleInterval with Day (ordinal) Month Year Format
                                          earliestSingleDate: [1995,  4,  13, CE]
 
 # -------------------------------------------------------------------------------------------------------