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

Function comparison_after_cjk

nodedb-query/src/expr_parse/tokenizer.rs:224–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222
223 #[test]
224 fn comparison_after_cjk() {
225 let tokens = tokenize("name != '禁止'").unwrap();
226 assert_eq!(tokens.len(), 3);
227 assert_eq!(tokens[1].text, "!=");
228 assert_eq!(tokens[2].text, "禁止");
229 }
230}

Callers

nothing calls this directly

Calls 1

tokenizeFunction · 0.70

Tested by

no test coverage detected