MCPcopy
hub / github.com/textAngular/textAngular / tag

Function tag

test/textAngularSanitize/sanitize.spec.js:313–316  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

311
312 it('should not allow tags', function() {
313 function tag(name) {
314 writer.start(name, {});
315 writer.end(name);
316 }
317 tag('frameset');
318 tag('frame');
319 tag('form');

Callers 1

sanitize.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected