update components
This commit is contained in:
parent
59ea1c2f7d
commit
cf577ba8eb
1136 changed files with 59263 additions and 576 deletions
31
dashboard-ui/bower_components/prism/tests/languages/yaml/datetime_feature.test
vendored
Normal file
31
dashboard-ui/bower_components/prism/tests/languages/yaml/datetime_feature.test
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
canonical: 2001-12-15T02:59:43.1Z
|
||||
iso8601: 2001-12-14t21:59:43.10-05:00
|
||||
spaced: 2001-12-14 21:59:43.10 -5
|
||||
date: 2002-12-14
|
||||
times:
|
||||
- 10:53
|
||||
- 10:53:20.53
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["punctuation", "---"],
|
||||
["key", "canonical"], ["punctuation", ":"],
|
||||
["datetime", "2001-12-15T02:59:43.1Z"],
|
||||
["key", "iso8601"], ["punctuation", ":"],
|
||||
["datetime", "2001-12-14t21:59:43.10-05:00"],
|
||||
["key", "spaced"], ["punctuation", ":"],
|
||||
["datetime", "2001-12-14 21:59:43.10 -5"],
|
||||
["key", "date"], ["punctuation", ":"],
|
||||
["datetime", "2002-12-14"],
|
||||
["key", "times"], ["punctuation", ":"],
|
||||
["punctuation", "-"],
|
||||
["datetime", "10:53"],
|
||||
["punctuation", "-"],
|
||||
["datetime", "10:53:20.53"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for dates, times and datetimes.
|
Loading…
Add table
Add a link
Reference in a new issue