emberjs / emberjs/simple-html-tokenizer
Failure on empty tags
Open
- Dominant language
- TypeScript
- Stars
- 85
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I ran into an issue recently using another library that is based on `simple-html-tokenizer`.
Here is a link to the original issue: https://github.com/Hypercontext/linkifyjs/issues/370
The particular minimal failure example I can provide is the following:
**Example input:** `Foo/Bar <> Zoo/Zar`
**Expected output:** same as the input (no change)
**Observed output:** `Foo/Bar `
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.