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

Side by Side Diff: lib/src/prism/tests/languages/julia/number_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 0b0011
2 0o274
3 0xBadFace
4 42
5 1.23
6 1e10
7 2.5e-4
8 0.5f0
9 2.5f-4
10 0x1p0
11 0x1.8p3
12 0x.4p-1
13
14 ----------------------------------------------------
15
16 [
17 ["number", "0b0011"],
18 ["number", "0o274"],
19 ["number", "0xBadFace"],
20 ["number", "42"],
21 ["number", "1.23"],
22 ["number", "1e10"],
23 ["number", "2.5e-4"],
24 ["number", "0.5f0"],
25 ["number", "2.5f-4"],
26 ["number", "0x1p0"],
27 ["number", "0x1.8p3"],
28 ["number", "0x.4p-1"]
29 ]
30
31 ----------------------------------------------------
32
33 Checks for binary, octal, hexadecimal and decimal numbers.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/julia/keyword_feature.test ('k') | lib/src/prism/tests/languages/julia/operator_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698