Thomas Neumüller
Results
1
issues of
Thomas Neumüller
# Versions **html-validator**: 5.1.17 **Node**: 12.16.1 # Problem When validating the string `"Ü"` with the following options, an error is returned: ```js await validator({ validator: 'WHATWG', "Ü", isFragment: true })...