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

Function test_if_uniline_allowed_end

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

expr_integerFunction · 0.85
lcFunction · 0.85

Tested by

no test coverage detected