(s)
| 20796 | } |
| 20797 | function open(s) { |
| 20798 | function attributeString(s) { |
| 20799 | return ' ' + s.nodeName + '="' + escapeHTML(s.value) + '"' |
| 20800 | } |
| 20801 | u += '<' + tag(s) + [].map.call(s.attributes, attributeString).join('') + '>' |
| 20802 | } |
| 20803 | function close(s) { |
nothing calls this directly
no test coverage detected