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

Function escaped_quote_in_string

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

Source from the content-addressed store, hash-verified

209
210 #[test]
211 fn escaped_quote_in_string() {
212 let tokens = tokenize("'it''s'").unwrap();
213 assert_eq!(tokens.len(), 1);
214 assert_eq!(tokens[0].text, "it's");
215 }
216
217 #[test]
218 fn latin_diacritics_in_string() {

Callers

nothing calls this directly

Calls 1

tokenizeFunction · 0.70

Tested by

no test coverage detected