aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2015-05-03 08:22:32 -0400
committerTimmy Willison <timmywillisn@gmail.com>2015-05-04 10:41:43 -0400
commita254f22d7bb5b072a82087a448130ffadd70d698 (patch)
tree102bbc2239f8813ca11cd42ac0cb9b420877d163 /test/unit/core.js
parent49bce4712447a73ae60268f34d067cdf88a070bb (diff)
downloadjquery-a254f22d7bb5b072a82087a448130ffadd70d698.tar.gz
jquery-a254f22d7bb5b072a82087a448130ffadd70d698.zip
Data: do not include digits when camelCasing
Fixes gh-1751
Diffstat (limited to 'test/unit/core.js')
-rw-r--r--test/unit/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/core.js b/test/unit/core.js
index 7d6ebb767..f1a302784 100644
--- a/test/unit/core.js
+++ b/test/unit/core.js
@@ -1484,7 +1484,7 @@ test("jQuery.camelCase()", function() {
"foo-bar": "fooBar",
"foo-bar-baz": "fooBarBaz",
"girl-u-want": "girlUWant",
- "the-4th-dimension": "the4thDimension",
+ "the-4th-dimension": "the-4thDimension",
"-o-tannenbaum": "OTannenbaum",
"-moz-illa": "MozIlla",
"-ms-take": "msTake"