MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / parse_break

Function parse_break

crates/papyrus/src/parser.rs:442–451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440 #[ignore]
441 #[test]
442 fn parse_break() {
443 insta::assert_snapshot!(parse_to_tree(
444 "for { let i := 0 } lt(i, 10) { i := add(i, 1)}
445 {
446 if lt(i,3){
447 break
448 }
449 "
450 ));
451 }
452
453 #[ignore]
454 #[test]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected