mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
Because the regex that tests the `require` value will match more than just `^^?`, it is important to test other common ways to specify a controller requirement to ensure that a breaking change isn't introduced inadvertently. This adds a test for `?^^`. Closes #9389 Closes #9390