(type: CharacterReferenceType, entityStr: string)
| 133 | } |
| 134 | |
| 135 | function _unparsableEntityErrorMsg(type: CharacterReferenceType, entityStr: string): string { |
| 136 | return `Unable to parse entity "${entityStr}" - ${type} character reference entities must end with ";"`; |
| 137 | } |
| 138 | |
| 139 | enum CharacterReferenceType { |
| 140 | HEX = 'hexadecimal', |
no outgoing calls
no test coverage detected
searching dependent graphs…