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

Side by Side Diff: lib/src/prism/tests/languages/sas/datalines_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 datalines;
2 1993 2,819 1,120 422 391 63 98
3 1994 2,477 1,160 500 172 47 70
4 ;
5
6 lines;
7 foo bar baz
8 ;
9
10 cards;
11 foo
12 bar
13 baz
14 ;
15
16 ----------------------------------------------------
17
18 [
19 ["datalines", [
20 ["keyword", "datalines"], ["punctuation", ";"],
21 "\r\n1993 2,819 1,120 422 391 63 98\r\n1994 2,477 1,160 500 172 47 70\r\n",
22 ["punctuation", ";"]
23 ]],
24 ["datalines", [
25 ["keyword", "lines"], ["punctuation", ";"],
26 "\r\nfoo bar baz\r\n",
27 ["punctuation", ";"]
28 ]],
29 ["datalines", [
30 ["keyword", "cards"], ["punctuation", ";"],
31 "\r\nfoo\r\nbar\r\nbaz\r\n",
32 ["punctuation", ";"]
33 ]]
34 ]
35
36 ----------------------------------------------------
37
38 Checks for datalines.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/sas/comment_feature.test ('k') | lib/src/prism/tests/languages/sas/datetime_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698