()
| 379 | #[ignore] |
| 380 | #[test] |
| 381 | fn parse_literals() { |
| 382 | insta::assert_snapshot!(parse_to_tree( |
| 383 | " |
| 384 | \"string_literal\" |
| 385 | true |
| 386 | false |
| 387 | 1 |
| 388 | 0x1 |
| 389 | " |
| 390 | )); |
| 391 | } |
| 392 | |
| 393 | #[test] |
| 394 | fn parse_fibonnaci() { |
nothing calls this directly
no outgoing calls
no test coverage detected