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

Commit 0873eac

Browse files
committed
test(symbols): Add forgotten symbols to the list export list
1 parent 1efb3c3 commit 0873eac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/angular_spec.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ main() {
195195
"angular.core.dom.HttpInterceptors",
196196
"angular.core.dom.forceNewDirectivesAndFilters", // internal?
197197
"angular.core.dom.DirectiveSelectorFactory", // internal?
198-
"angular.core.dom.ObserverChanged",
198+
"angular.core.dom.Mustache",
199199
"angular.core.dom.TaggingViewFactory", // internal?
200200
"angular.core.dom.NodeCursor", // internal?
201201
"angular.core.dom.TemplateCache", // internal?
@@ -223,6 +223,7 @@ main() {
223223
"angular.core.parser.syntax.AccessScope",
224224
"angular.core.parser.syntax.Assign",
225225
"angular.core.parser.syntax.AccessKeyed",
226+
"angular.core.parser.syntax.CallArguments",
226227
"angular.core.parser.syntax.CallScope",
227228
"angular.core.parser.syntax.CallFunction",
228229
"angular.core.parser.syntax.Conditional",

0 commit comments

Comments
 (0)