MCPcopy Index your code
hub / github.com/nwutils/nw-sample-apps / p

Function p

mini-code-edit/cm/test/test.js:242–242  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

240
241testCM("markTextMultiLine", function(cm) {
242 function p(v) { return v && {line: v[0], ch: v[1]}; }
243 forEach([{a: [0, 0], b: [0, 5], c: "", f: [0, 0], t: [2, 5]},
244 {a: [0, 1], b: [0, 10], c: "", f: [0, 1], t: [2, 5]},
245 {a: [0, 5], b: [0, 6], c: "x", f: [0, 6], t: [2, 5]},

Callers 1

test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected