()
| 4021 | |
| 4022 | #[test] |
| 4023 | fn test_if_uniline_allowed_end() { |
| 4024 | do_if_uniline_allowed_test( |
| 4025 | "END 8", |
| 4026 | Statement::End(EndSpan { code: Some(expr_integer(8, 1, 15)), pos: lc(1, 11) }), |
| 4027 | ); |
| 4028 | } |
| 4029 | |
| 4030 | #[test] |
| 4031 | fn test_if_uniline_allowed_exit() { |
nothing calls this directly
no test coverage detected