From a254f22d7bb5b072a82087a448130ffadd70d698 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Sun, 3 May 2015 08:22:32 -0400 Subject: Data: do not include digits when camelCasing Fixes gh-1751 --- test/unit/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/core.js') 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" -- cgit v1.2.3