[TIMOB-16843] CLI: create command should allow names to begin with a number
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-04-14T22:07:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2014 Sprint 08, 2014 Sprint 08 Tooling, Release 3.2.3, Release 3.3.0 |
Components | CLI, Tooling |
Labels | qe-testadded, regression |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2014-04-14T19:34:09.000+0000 |
Updated | 2014-04-15T21:53:56.000+0000 |
Description
You should be able to create an app that has a name beginning with a number.
ti create -p all -n 123 --id com.abc123 -u http://www.appcelerator.com -d .
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5599 3.2.x pull request: https://github.com/appcelerator/titanium_mobile/pull/5600
Verified fixed using: Mac OSX 10.9.2 Appcelerator Studio, build: 3.2.3.201404111117 Titanium SDK, build: 3.2.3.v20140414150917, 3.3.0.v20140414214115 Titanium CLI, build: 3.2.3-alpha3 Alloy: 1.3.1 Creating and building a project with the name "123" completed successfully. Closing.