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