| Index: pkg/polymer/test/transform/polyfill_injector_test.dart
|
| diff --git a/pkg/polymer/test/transform/polyfill_injector_test.dart b/pkg/polymer/test/transform/polyfill_injector_test.dart
|
| index 08003253a53a39bddc02e180bc686a2ce792753c..4ccd148847fabdd147c8f5df1691d5d515023c27 100644
|
| --- a/pkg/polymer/test/transform/polyfill_injector_test.dart
|
| +++ b/pkg/polymer/test/transform/polyfill_injector_test.dart
|
| @@ -18,6 +18,16 @@ void main() {
|
| 'a|web/test.html': '<!DOCTYPE html><html></html>',
|
| });
|
|
|
| + testPhases('no changes under lib ', [[new PolyfillInjector()]], {
|
| + 'a|lib/test.html':
|
| + '<!DOCTYPE html><html><head></head><body>'
|
| + '<script type="application/dart" src="a.dart"></script>',
|
| + }, {
|
| + 'a|lib/test.html':
|
| + '<!DOCTYPE html><html><head></head><body>'
|
| + '<script type="application/dart" src="a.dart"></script>',
|
| + });
|
| +
|
| testPhases('with some script', [[new PolyfillInjector()]], {
|
| 'a|web/test.html':
|
| '<!DOCTYPE html><html><head></head><body>'
|
|
|