1 | svoid test_tok_numberFunctionNames() {
|
2 | testTranspilationFunction tok_numberFunctionNames( |
3 | "1to(100)", |
4 | "oneTo(100)", |
5 | "0xabc", |
6 | "0xabc", |
7 | "0f", |
8 | "0f", |
9 | "5.5F", |
10 | "5.5F", |
11 | "1E6", "1E6", |
12 | "1e6", "1e6", |
13 | "5.1e-5", "5.1e-5", |
14 | "1E20f", "1E20f", |
15 | "1_000", "1_000", |
16 | "1_000_000", "1_000_000", |
17 | "0b000_011_011", "0b000_011_011", |
18 | ); |
19 | } |
Began life as a copy of #1030863
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031771 |
| Snippet name: | test_tok_numberFunctionNames |
| Eternal ID of this version: | #1031771/10 |
| Text MD5: | d2b52ad6261f0c4e2dbc3371fc7c703c |
| Author: | stefan |
| Category: | javax / transpiling |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-21 18:30:38 |
| Source code size: | 392 bytes / 19 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 369 / 473 |
| Version history: | 9 change(s) |
| Referenced in: | [show references] |