hast-util-to-html icon indicating copy to clipboard operation
hast-util-to-html copied to clipboard

add failing test case for allowParseErrors

Open cheapsteak opened this issue 9 months ago • 0 comments

Initial checklist

  • [x] I read the support docs
  • [x] I read the contributing guide
  • [x] I agree to follow the code of conduct
  • [x] I searched issues and couldn’t find anything (or linked relevant results below) https://github.com/orgs/syntax-tree/discussions/114
  • [x] If applicable, I’ve added docs and tests

Description of changes

currently added a failing test for allowParseErrors

getting

     error: |-
        Expected values to be strictly equal:
        + actual - expected

        + '<a href="https://a?b&#x26;c"></a>'
        - '<a href="https://a?b&c">'

cheapsteak avatar Apr 24 '24 23:04 cheapsteak