Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Don't require experimental option for regex strings
Summary: These have shipped. Reviewed By: vassilmladenov Differential Revision: D10129310 fbshipit-source-id: 508de46bf4ed1764b9986784e5103a177c4082e9
- Loading branch information
Showing
with
2 additions
and 21 deletions.
@@ -1,4 +1,4 @@ | ||
File "non_re_prefixed_string.php", line 4, characters 8-20: | ||
Only `re`-prefixed strings allowed. (Parsing[1002]) | ||
File "non_re_prefixed_string.php", line 4, characters 8-20: | ||
Cannot use experimental feature: String prefixes other than `re` (experimental) are not yet supported. (Other[0000]) | ||
Cannot use experimental feature: String prefixes other than `re` are not yet supported. (Other[0000]) |