mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
Fix lint errors breaking travis CI
This commit is contained in:
+5
-5
@@ -27,8 +27,8 @@ describe("create", function () {
|
||||
var valid = [
|
||||
"org.apache.mobilespec"
|
||||
, "com.example"
|
||||
, "com.floors42.package",
|
||||
, "ball8.ball8.ball8ball",
|
||||
, "com.floors42.package"
|
||||
, "ball8.ball8.ball8ball"
|
||||
];
|
||||
var invalid = [
|
||||
""
|
||||
@@ -41,9 +41,9 @@ describe("create", function () {
|
||||
, "_underscore.anything"
|
||||
, "underscore._something"
|
||||
, "_underscore._all._the._things"
|
||||
, "8.ball",
|
||||
, "8ball.ball",
|
||||
, "ball8.8ball",
|
||||
, "8.ball"
|
||||
, "8ball.ball"
|
||||
, "ball8.8ball"
|
||||
, "ball8.com.8ball"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user