1 | svoid test_tok_allIdentifiersWithoutColonEquals() {
|
2 | testFunctionValues tok_allIdentifiersWithoutColonEquals( |
3 | "a", litset("a"),
|
4 | "a := b", litset("b"),
|
5 | "a : b", litset("a", "b"),
|
6 | "a = b", litset("a", "b"),
|
7 | ); |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030112 |
| Snippet name: | test_tok_allIdentifiersWithoutColonEquals |
| Eternal ID of this version: | #1030112/1 |
| Text MD5: | 89d2c183814843759c7eae24ed58ff91 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-09 13:04:26 |
| Source code size: | 235 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 359 / 406 |
| Referenced in: | [show references] |