MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / default_ignorable_unicode_is_escaped

Function default_ignorable_unicode_is_escaped

atomic-cli/src/agent_error.rs:1008–1014  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1006
1007 #[test]
1008 fn default_ignorable_unicode_is_escaped() {
1009 let out = render_for(&["view", "bad\u{034f}\u{3164}\u{e0020}value"]);
1010 assert!(
1011 out.contains("got: bad\\u{34f}\\u{3164}\\u{e0020}value\n"),
1012 "{out}"
1013 );
1014 }
1015}

Callers

nothing calls this directly

Calls 1

render_forFunction · 0.85

Tested by

no test coverage detected