Github user vladimir-kotikov commented on the pull request:
https://github.com/apache/cordova-windows/pull/43#issuecomment-56276027
Hmm...
https://github.com/apache/cordova-windows/commit/fdce7411529e3630f6b7c17f9942a3113ba67c6e
is required but it's in master already.
Tried `npm test` on both home and work PCs and get following while running
the test:
```
Creating Cordova Windows Project:
App Name : å¿ç¨
Namespace : com.test.app
Path : testcreate å¿ç¨
```
In your case it looks like quotes in `test` command parsed improperly:
`\"testcreate å¿ç¨\"` should be passed to `create` script as a whole argument
but looks like it's splitted into `\"testcreate` and `å¿ç¨\"` instead. Not
sure, why this happens.
I'll try to repro and ping you if i find something.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---