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

Function test_strip_no_closing

atomic-agent/src/transcript/tests.rs:666–671  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

664
665#[test]
666fn test_strip_no_closing() {
667 // No closing ``` — return trimmed original
668 let input = "```json\n{\"intent\": \"test\"}";
669 let result = strip_markdown_code_blocks(input);
670 assert!(result.contains("intent"));
671}
672
673// truncate_for_display
674

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected