Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: lib/src/prism/tests/languages/yaml/datetime_feature.test

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ---
2 canonical: 2001-12-15T02:59:43.1Z
3 iso8601: 2001-12-14t21:59:43.10-05:00
4 spaced: 2001-12-14 21:59:43.10 -5
5 date: 2002-12-14
6 times:
7 - 10:53
8 - 10:53:20.53
9
10 ----------------------------------------------------
11
12 [
13 ["punctuation", "---"],
14 ["key", "canonical"], ["punctuation", ":"],
15 ["datetime", "2001-12-15T02:59:43.1Z"],
16 ["key", "iso8601"], ["punctuation", ":"],
17 ["datetime", "2001-12-14t21:59:43.10-05:00"],
18 ["key", "spaced"], ["punctuation", ":"],
19 ["datetime", "2001-12-14 21:59:43.10 -5"],
20 ["key", "date"], ["punctuation", ":"],
21 ["datetime", "2002-12-14"],
22 ["key", "times"], ["punctuation", ":"],
23 ["punctuation", "-"],
24 ["datetime", "10:53"],
25 ["punctuation", "-"],
26 ["datetime", "10:53:20.53"]
27 ]
28
29 ----------------------------------------------------
30
31 Checks for dates, times and datetimes.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/yaml/comment_feature.test ('k') | lib/src/prism/tests/languages/yaml/directive_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698