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

Function test_if_uniline_allowed_on_error

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

Source from the content-addressed store, hash-verified

4056
4057 #[test]
4058 fn test_if_uniline_allowed_on_error() {
4059 do_if_uniline_allowed_test(
4060 "ON ERROR RESUME NEXT",
4061 Statement::OnError(OnErrorSpan::ResumeNext(lc(1, 11))),
4062 );
4063
4064 do_error_test("IF 1 THEN ON", "1:13: Expected ERROR after ON");
4065 }
4066
4067 #[test]
4068 fn test_if_uniline_allowed_return() {

Callers

nothing calls this directly

Calls 3

lcFunction · 0.85
do_error_testFunction · 0.85

Tested by

no test coverage detected