MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / tokenize_negative

Function tokenize_negative

nodedb-sql/src/parser/array_stmt/lexer.rs:244–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242
243 #[test]
244 fn tokenize_negative() {
245 let toks = tokenize("-7").unwrap();
246 assert!(matches!(toks[0].tok, Tok::Int(-7)));
247 }
248}

Callers

nothing calls this directly

Calls 1

tokenizeFunction · 0.70

Tested by

no test coverage detected