update components
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
<div class="foo"></div>
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["markup", [
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "<"],
|
||||
"div"
|
||||
]],
|
||||
["attr-name", [
|
||||
"class"
|
||||
]],
|
||||
["attr-value", [
|
||||
["punctuation", "="],
|
||||
["punctuation", "\""],
|
||||
"foo",
|
||||
["punctuation", "\""]
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]]
|
||||
]],
|
||||
["markup", [
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "</"],
|
||||
"div"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for markup in PHP.
|
||||
Reference in New Issue
Block a user