update components
This commit is contained in:
parent
2a4b879c21
commit
63664e6c1c
1155 changed files with 62261 additions and 84 deletions
92
dashboard-ui/bower_components/prism/tests/languages/aspnet/page-directive_feature.test
vendored
Normal file
92
dashboard-ui/bower_components/prism/tests/languages/aspnet/page-directive_feature.test
vendored
Normal file
|
@ -0,0 +1,92 @@
|
|||
<%@Assembly foo="bar"%>
|
||||
<% @Control foo="bar" %>
|
||||
<%@ Implements%>
|
||||
<%@Import%>
|
||||
<%@Master%>
|
||||
<%@MasterType%>
|
||||
<%@OutputCache%>
|
||||
<%@Page%>
|
||||
<%@PreviousPageType%>
|
||||
<%@Reference%>
|
||||
<%@Register%>
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["page-directive tag", [
|
||||
["page-directive tag", "<%@Assembly"],
|
||||
["attr-name", [
|
||||
"foo"
|
||||
]],
|
||||
["attr-value", [
|
||||
["punctuation", "="],
|
||||
["punctuation", "\""],
|
||||
"bar",
|
||||
["punctuation", "\""]
|
||||
]],
|
||||
["page-directive tag", "%>"]
|
||||
]],
|
||||
|
||||
["page-directive tag", [
|
||||
["page-directive tag", "<% @Control"],
|
||||
["attr-name", [
|
||||
"foo"
|
||||
]],
|
||||
["attr-value", [
|
||||
["punctuation", "="],
|
||||
["punctuation", "\""],
|
||||
"bar",
|
||||
["punctuation", "\""]
|
||||
]],
|
||||
["page-directive tag", "%>"]
|
||||
]],
|
||||
|
||||
["page-directive tag", [
|
||||
["page-directive tag", "<%@ Implements"],
|
||||
["page-directive tag", "%>"]
|
||||
]],
|
||||
|
||||
["page-directive tag", [
|
||||
["page-directive tag", "<%@Import"],
|
||||
["page-directive tag", "%>"]
|
||||
]],
|
||||
|
||||
["page-directive tag", [
|
||||
["page-directive tag", "<%@Master"],
|
||||
["page-directive tag", "%>"]
|
||||
]],
|
||||
|
||||
["page-directive tag", [
|
||||
["page-directive tag", "<%@MasterType"],
|
||||
["page-directive tag", "%>"]
|
||||
]],
|
||||
|
||||
["page-directive tag", [
|
||||
["page-directive tag", "<%@OutputCache"],
|
||||
["page-directive tag", "%>"]
|
||||
]],
|
||||
|
||||
["page-directive tag", [
|
||||
["page-directive tag", "<%@Page"],
|
||||
["page-directive tag", "%>"]
|
||||
]],
|
||||
|
||||
["page-directive tag", [
|
||||
["page-directive tag", "<%@PreviousPageType"],
|
||||
["page-directive tag", "%>"]
|
||||
]],
|
||||
|
||||
["page-directive tag", [
|
||||
["page-directive tag", "<%@Reference"],
|
||||
["page-directive tag", "%>"]
|
||||
]],
|
||||
|
||||
["page-directive tag", [
|
||||
["page-directive tag", "<%@Register"],
|
||||
["page-directive tag", "%>"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for all page directives.
|
Loading…
Add table
Add a link
Reference in a new issue