jellyfish-web/dashboard-ui/bower_components/prism/tests/languages/javascript/regex_feature.test
2016-02-02 21:12:02 -05:00

15 lines
No EOL
309 B
Text

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