OLD | NEW |
(Empty) | |
| 1 {{ 0xBadFace }} |
| 2 {{ 42 }} |
| 3 {{ 3.14159 }} |
| 4 {{ 3e15 }} |
| 5 {{ 4.5E-4 }} |
| 6 {{ 0.2e+8 }} |
| 7 |
| 8 ---------------------------------------------------- |
| 9 |
| 10 [ |
| 11 ["tag", [ |
| 12 ["ld", [["punctuation", "{{"]]], |
| 13 ["number", "0xBadFace"], |
| 14 ["rd", [["punctuation", "}}"]]] |
| 15 ]], |
| 16 ["tag", [ |
| 17 ["ld", [["punctuation", "{{"]]], |
| 18 ["number", "42"], |
| 19 ["rd", [["punctuation", "}}"]]] |
| 20 ]], |
| 21 ["tag", [ |
| 22 ["ld", [["punctuation", "{{"]]], |
| 23 ["number", "3.14159"], |
| 24 ["rd", [["punctuation", "}}"]]] |
| 25 ]], |
| 26 ["tag", [ |
| 27 ["ld", [["punctuation", "{{"]]], |
| 28 ["number", "3e15"], |
| 29 ["rd", [["punctuation", "}}"]]] |
| 30 ]], |
| 31 ["tag", [ |
| 32 ["ld", [["punctuation", "{{"]]], |
| 33 ["number", "4.5E-4"], |
| 34 ["rd", [["punctuation", "}}"]]] |
| 35 ]], |
| 36 ["tag", [ |
| 37 ["ld", [["punctuation", "{{"]]], |
| 38 ["number", "0.2e+8"], |
| 39 ["rd", [["punctuation", "}}"]]] |
| 40 ]] |
| 41 ] |
| 42 |
| 43 ---------------------------------------------------- |
| 44 |
| 45 Checks for hexadecimal and decimal numbers. |
OLD | NEW |