jellyfish-web/dashboard-ui/bower_components/prism/tests/languages/javascript/regex_feature.test

15 lines
309 B
Text
Raw Normal View History

2016-02-03 18:00:01 -05:00
/foo bar/
/foo/gimyu,
/[\[\]]{2,4}(?:foo)*/;
----------------------------------------------------
[
["regex", "/foo bar/"],
["regex", "/foo/gimyu"], ["punctuation", ","],
["regex", "/[\\[\\]]{2,4}(?:foo)*/"], ["punctuation", ";"]
]
----------------------------------------------------
Checks for regex.