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

Side by Side Diff: lib/src/prism/tests/languages/scheme/builtin_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 (cons
2 (car
3 (cdr
4 (null?
5 (pair?
6 (boolean?
7 (eof-object?
8 (char?
9 (procedure?
10 (number?
11 (port?
12 (string?
13 (vector?
14 (symbol?
15 (bytevector?
16 (list
17 (call-with-current-continuation
18 (call/cc
19 (append
20 (abs
21 (apply
22 (eval
23
24 ----------------------------------------------------
25
26 [
27 ["punctuation", "("], ["builtin", "cons"],
28 ["punctuation", "("], ["builtin", "car"],
29 ["punctuation", "("], ["builtin", "cdr"],
30 ["punctuation", "("], ["builtin", "null?"],
31 ["punctuation", "("], ["builtin", "pair?"],
32 ["punctuation", "("], ["builtin", "boolean?"],
33 ["punctuation", "("], ["builtin", "eof-object?"],
34 ["punctuation", "("], ["builtin", "char?"],
35 ["punctuation", "("], ["builtin", "procedure?"],
36 ["punctuation", "("], ["builtin", "number?"],
37 ["punctuation", "("], ["builtin", "port?"],
38 ["punctuation", "("], ["builtin", "string?"],
39 ["punctuation", "("], ["builtin", "vector?"],
40 ["punctuation", "("], ["builtin", "symbol?"],
41 ["punctuation", "("], ["builtin", "bytevector?"],
42 ["punctuation", "("], ["builtin", "list"],
43 ["punctuation", "("], ["builtin", "call-with-current-continuation"],
44 ["punctuation", "("], ["builtin", "call/cc"],
45 ["punctuation", "("], ["builtin", "append"],
46 ["punctuation", "("], ["builtin", "abs"],
47 ["punctuation", "("], ["builtin", "apply"],
48 ["punctuation", "("], ["builtin", "eval"]
49 ]
50
51 ----------------------------------------------------
52
53 Checks for builtins.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/scheme/boolean_feature.test ('k') | lib/src/prism/tests/languages/scheme/comment_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698