()
| 4016 | |
| 4017 | #[test] |
| 4018 | fn test_if_uniline_allowed_data() { |
| 4019 | do_if_uniline_allowed_test("DATA", Statement::Data(DataSpan { values: vec![None] })); |
| 4020 | } |
| 4021 | |
| 4022 | #[test] |
| 4023 | fn test_if_uniline_allowed_end() { |
nothing calls this directly
no test coverage detected