MCPcopy Index your code
hub / github.com/endbasic/endbasic / test_if_uniline_allowed_data

Function test_if_uniline_allowed_data

core/src/parser.rs:4018–4020  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected