aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMisko Hevery2012-09-05 14:46:17 -0700
committerMisko Hevery2012-09-06 15:49:50 -0700
commit0eb373e0e65283d030a98e14138e86c31c653001 (patch)
tree6f08476bf7128a251d5b824f7901ff7d5ef74eed /test
parentfd3071843ca53a34a084f5d495f9f0aea82f2ef5 (diff)
downloadangular.js-0eb373e0e65283d030a98e14138e86c31c653001.tar.bz2
fix($injector): more conservative annotation parsing
Diffstat (limited to 'test')
-rw-r--r--test/auto/injectorSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/auto/injectorSpec.js b/test/auto/injectorSpec.js
index 33fecac6..7e5c5d33 100644
--- a/test/auto/injectorSpec.js
+++ b/test/auto/injectorSpec.js
@@ -136,7 +136,7 @@ describe('injector', function() {
function $f_n0 /*
*/(
$a, // x, <-- looks like an arg but it is a comment
- b_, /* z, <-- looks like an arg but it is a
+ b_ , /* z, <-- looks like an arg but it is a
multi-line comment
function (a, b) {}
*/