prepared for combined date/time types, corrected DAY type and added tests for it
This commit is contained in:
@@ -100,6 +100,11 @@ int main()
|
||||
{"x,,hda:3", "-.-.-", "10fe070003ffffff", "00", ""},
|
||||
{"x,,hda:3", "", "10fe070003200c63", "00", "rw"},
|
||||
{"x,,hda,2", "", "", "", "c"},
|
||||
{"x,,day", "26.10.2014","10fe070002d0a3", "00", ""},
|
||||
{"x,,day", "01.01.2000","10fe070002ac8e", "00", ""},
|
||||
{"x,,day", "31.12.2078","10fe07000262ff", "00", ""},
|
||||
{"x,,day", "-.-.-", "10fe070002ffff", "00", ""},
|
||||
{"x,,day", "", "10fe0700020000", "00", "Rw"},
|
||||
{"x,,bti", "21:04:58", "10fe070003580421", "00", ""},
|
||||
{"x,,bti", "00:00:00", "10fe070003000000", "00", ""},
|
||||
{"x,,bti", "23:59:59", "10fe070003595923", "00", ""},
|
||||
|
||||
Reference in New Issue
Block a user