This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-21 20:51:42 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
a239a7b348
swc
/
crates
/
swc_html_parser
/
tests
/
fixture
/
element
/
select
/
dom.rust-debug
24 lines
289 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix(html/parser): Fix error reporting (#4644)
2022-05-14 04:43:52 +03:00
| <!DOCTYPE html>
test(html/parser): Add dom visualizer for regular tests (#4622)
2022-05-12 05:58:51 +03:00
| <html>
| <head>
| <body>
| <select>
| <option>
| "foo"
| <option>
| "bar"
| "
"
| <select>
| <option>
| "foo"
| <option>
| "bar"
| "
"
| <select>
| <option>
| "foo"
| "
"
Reference in New Issue
Copy Permalink