update components
This commit is contained in:
parent
2a4b879c21
commit
63664e6c1c
1155 changed files with 62261 additions and 84 deletions
29
dashboard-ui/bower_components/prism/tests/languages/elixir/regex_feature.test
vendored
Normal file
29
dashboard-ui/bower_components/prism/tests/languages/elixir/regex_feature.test
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
~r"""foobar"""im
|
||||
~R'''foobar'''ux
|
||||
~r/fo\/obar/smfr
|
||||
~R|fo\|obar|uismxfr
|
||||
~r"fo\"obar"x
|
||||
~R'fo\'obar's
|
||||
~r(fo\)obar)
|
||||
~R[fo\]obar]
|
||||
~r{fo\}obar}
|
||||
~R<fo\>obar>
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["regex", "~r\"\"\"foobar\"\"\"im"],
|
||||
["regex", "~R'''foobar'''ux"],
|
||||
["regex", "~r/fo\\/obar/smfr"],
|
||||
["regex", "~R|fo\\|obar|uismxfr"],
|
||||
["regex", "~r\"fo\\\"obar\"x"],
|
||||
["regex", "~R'fo\\'obar's"],
|
||||
["regex", "~r(fo\\)obar)"],
|
||||
["regex", "~R[fo\\]obar]"],
|
||||
["regex", "~r{fo\\}obar}"],
|
||||
["regex", "~R<fo\\>obar>"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for regexes.
|
Loading…
Add table
Add a link
Reference in a new issue