MCPcopy Create free account
hub / github.com/github/gh-aw / makeFencedBlock

Function makeFencedBlock

actions/setup/js/sanitize_content_core_parser.test.cjs:365–367  ·  view source on GitHub ↗
(fence, content)

Source from the content-addressed store, hash-verified

363 const TEXTS = ["hello world", "@user mention", "normal prose", "line\ntwo", ""];
364
365 function makeFencedBlock(fence, content) {
366 return `${fence}\n${content}\n${fence}`;
367 }
368
369 const seedCases = [
370 // Single fenced block

Calls

no outgoing calls

Tested by

no test coverage detected