mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
003fd2ae7e
commit
35cc50701d
1155 changed files with 62261 additions and 84 deletions
63
dashboard-ui/bower_components/prism/tests/languages/markup/issue585.test
vendored
Normal file
63
dashboard-ui/bower_components/prism/tests/languages/markup/issue585.test
vendored
Normal file
|
@ -0,0 +1,63 @@
|
|||
<Läufer>foo</Läufer>
|
||||
<tag läufer="läufer">
|
||||
<läufer:tag>baz</läufer:tag>
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "<"],
|
||||
"Läufer"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]],
|
||||
"foo",
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "</"],
|
||||
"Läufer"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]],
|
||||
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "<"],
|
||||
"tag"
|
||||
]],
|
||||
["attr-name", [
|
||||
"läufer"
|
||||
]],
|
||||
["attr-value", [
|
||||
["punctuation", "="],
|
||||
["punctuation", "\""],
|
||||
"läufer",
|
||||
["punctuation", "\""]
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]],
|
||||
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "<"],
|
||||
["namespace", "läufer:"],
|
||||
"tag"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]],
|
||||
"baz",
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "</"],
|
||||
["namespace", "läufer:"],
|
||||
"tag"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for tags, attributes and namespaces containing unicode characters.
|
||||
See #585 for details.
|
Loading…
Add table
Add a link
Reference in a new issue