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

Function parse_literals

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

Source from the content-addressed store, hash-verified

379 #[ignore]
380 #[test]
381 fn parse_literals() {
382 insta::assert_snapshot!(parse_to_tree(
383 "
384 \"string_literal\"
385 true
386 false
387 1
388 0x1
389 "
390 ));
391 }
392
393 #[test]
394 fn parse_fibonnaci() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected