You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found an input that causes an internal error when calling rewrite_str. I am attaching a small program that reproduces the issue (both on 0.3.1 and latest master).
thread 'main' panicked at 'internal error: entered unreachable code: Got unexpected tag type', /home/plenkl/.cargo/git/checkouts/lol-html-f516a2180b0bf1e3/9e5f76f/src/parser/tree_builder_simulator/mod.rs:214:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
My expectation is to not trigger an internal error, but rather get an Err(_) returned from rewrite_str.
Let me know if you need any more information. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi, I found an input that causes an internal error when calling
rewrite_str
. I am attaching a small program that reproduces the issue (both on 0.3.1 and latestmaster
).Output:
My expectation is to not trigger an internal error, but rather get an
Err(_)
returned fromrewrite_str
.Let me know if you need any more information. Thanks in advance!
The text was updated successfully, but these errors were encountered: