Skip to content

Commit 65fbd77

Browse files
chirayukDiana Salsbury
authored and
Diana Salsbury
committed
chore(scope_spec): update dartbug number
1 parent f245368 commit 65fbd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)