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

Side by Side Diff: lib/src/prism/tests/languages/lolcode/symbol_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 YARN A YARN
2 NUMBR A NUMBR
3 NUMBAR A NUMBAR
4 TROOF A TROOF
5 BUKKIT A BUKKIT
6 NOOB A NOOB
7
8 ----------------------------------------------------
9
10 [
11 ["symbol", ["YARN"]],
12 ["symbol", [["keyword", "A"], " YARN"]],
13 ["symbol", ["NUMBR"]],
14 ["symbol", [["keyword", "A"], " NUMBR"]],
15 ["symbol", ["NUMBAR"]],
16 ["symbol", [["keyword", "A"], " NUMBAR"]],
17 ["symbol", ["TROOF"]],
18 ["symbol", [["keyword", "A"], " TROOF"]],
19 ["symbol", ["BUKKIT"]],
20 ["symbol", [["keyword", "A"], " BUKKIT"]],
21 ["symbol", ["NOOB"]],
22 ["symbol", [["keyword", "A"], " NOOB"]]
23 ]
24
25 ----------------------------------------------------
26
27 Checks for symbols, optionally prefixed by "A ".
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/lolcode/string_feature.test ('k') | lib/src/prism/tests/languages/lolcode/variable_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698