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

Function test_if_uniline_allowed_exit

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

Source from the content-addressed store, hash-verified

4029
4030 #[test]
4031 fn test_if_uniline_allowed_exit() {
4032 do_if_uniline_allowed_test("EXIT DO", Statement::ExitDo(ExitSpan { pos: lc(1, 11) }));
4033
4034 do_error_test("IF 1 THEN EXIT", "1:15: Expecting DO, FOR, FUNCTION or SUB after EXIT");
4035 }
4036
4037 #[test]
4038 fn test_if_uniline_allowed_gosub() {

Callers

nothing calls this directly

Calls 3

lcFunction · 0.85
do_error_testFunction · 0.85

Tested by

no test coverage detected