Skip to content

Commit 1c9408f

Browse files
sstricklcommit-bot@chromium.org
authored andcommitted
Update doc link to point at ECMAScript 2018.
After the work done for #34935 and other related issues, we should handle all of the new RegExp featuers in ECMAScript 2018. However, we still link to the ECMAScript 2011 specification. This corrects the link. Closes #23047. Change-Id: If7dd8411d2f425caf1f03a49807121a0d61d96af Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108272 Reviewed-by: Lasse R.H. Nielsen <[email protected]> Commit-Queue: Teagan Strickland <[email protected]>
1 parent 79a5257 commit 1c9408f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/core/regexp.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ part of dart.core;
1212
*
1313
* Dart regular expressions have the same syntax and semantics as
1414
* JavaScript regular expressions. See
15-
* <http://ecma-international.org/ecma-262/5.1/#sec-15.10>
15+
* <https://ecma-international.org/ecma-262/9.0/#sec-regexp-regular-expression-objects>
1616
* for the specification of JavaScript regular expressions.
1717
*
1818
* [firstMatch] is the main implementation method that applies a regular

0 commit comments

Comments
 (0)