(serverText, clientText)
| 15852 | .replace(NORMALIZE_NULL_AND_REPLACEMENT_REGEX, ""); |
| 15853 | } |
| 15854 | function checkForUnmatchedText(serverText, clientText) { |
| 15855 | clientText = normalizeMarkupForTextOrAttribute(clientText); |
| 15856 | return normalizeMarkupForTextOrAttribute(serverText) === clientText ? !0 : !1; |
| 15857 | } |
| 15858 | function noop$1() {} |
| 15859 | function setProp(domElement, tag, key, value, props, prevValue) { |
| 15860 | switch (key) { |
no test coverage detected
searching dependent graphs…