jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/javascript/regex_feature.test
2016-02-03 18:00:01 -05:00

15 lines
309 B
Plaintext

/foo bar/
/foo/gimyu,
/[\[\]]{2,4}(?:foo)*/;
----------------------------------------------------
[
["regex", "/foo bar/"],
["regex", "/foo/gimyu"], ["punctuation", ","],
["regex", "/[\\[\\]]{2,4}(?:foo)*/"], ["punctuation", ";"]
]
----------------------------------------------------
Checks for regex.