This allows for parsing of HTML such as:
<a href=lol("javascript")></a>
Here the "href" attribute would have its value set to:
lol("javascript")
Fixes #119
|
||
|---|---|---|
| .. | ||
| base_lexer.rl | ||
This allows for parsing of HTML such as:
<a href=lol("javascript")></a>
Here the "href" attribute would have its value set to:
lol("javascript")
Fixes #119
|
||
|---|---|---|
| .. | ||
| base_lexer.rl | ||