summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-06-23 10:25:52 -0400
committermattkae <mattkae@protonmail.com>2023-06-23 10:25:52 -0400
commit4feb59d831d395369aa21d77e9b9d293125421d1 (patch)
tree7657a6ea15fc6a873c89cb2d03b75f56767bae71 /examples
parent29e03ef74a814cb31a0ae53192e25cc75b638256 (diff)
Able to parse double quoted HTML attributesHEADmaster
Diffstat (limited to 'examples')
-rw-r--r--examples/1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/1.html b/examples/1.html
index f83a60a..f146e41 100644
--- a/examples/1.html
+++ b/examples/1.html
@@ -1,7 +1,7 @@
Meow is < bark
<div>
- <h1>Hello World</h1>
+ <h1 id="10" class="hello-tag">Hello World</h1>
<p>
I am in a paragraph &#169;
</p>