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

Side by Side Diff: lib/src/prism/tests/languages/perl/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 0xFF
2 0xBad_Face
3
4 0b1100
5 0b1111_0000
6
7 42
8 42_000
9 3.14_15_9
10 1.2e4
11 1_423.6E-2
12 0.8E+12
13
14 ----------------------------------------------------
15
16 [
17 ["number", "0xFF"],
18 ["number", "0xBad_Face"],
19
20 ["number", "0b1100"],
21 ["number", "0b1111_0000"],
22
23 ["number", "42"],
24 ["number", "42_000"],
25 ["number", "3.14_15_9"],
26 ["number", "1.2e4"],
27 ["number", "1_423.6E-2"],
28 ["number", "0.8E+12"]
29 ]
30
31 ----------------------------------------------------
32
33 Checks for hexadecimal, binary and decimal numbers.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/perl/keyword_feature.test ('k') | lib/src/prism/tests/languages/perl/operator_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698