Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit c08ded9

Browse files
committed
chore(scope_spec): update dartbug number
1 parent 5a41f3e commit c08ded9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/core/scope_spec.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ void main() {
12931293
rootScope.context['foo'] = 'abc';
12941294
String expression = 'foo.contains("b")';
12951295
if (identical(1, 1.0)) { // dart2js
1296-
// The previous expression does not work in dart2js (dartbug 13523)
1296+
// The previous expression does not work in dart2js (http://dartbug.com/18673)
12971297
// Use a working one for now.
12981298
expression = 'foo.contains("b", 0)';
12991299
}

0 commit comments

Comments
 (0)