Open core-ai-bot opened 3 years ago
Issue by couzteau Saturday Jun 15, 2013 at 00:00 GMT Originally opened as https://github.com/adobe/brackets/pull/4241
a unit test was failing because the generic win path is prefixed with the drive name, i.e. C:
This is fixed with this submission by removing the prefix
couzteau included the following code: https://github.com/adobe/brackets/pull/4241/commits
Comment by couzteau Wednesday Jun 19, 2013 at 01:06 GMT
closing - bug is not in test code but in save as implementation. PathUtils.parseUrl does not work with Windows paths
Issue by couzteau Saturday Jun 15, 2013 at 00:00 GMT Originally opened as https://github.com/adobe/brackets/pull/4241
a unit test was failing because the generic win path is prefixed with the drive name, i.e. C:
This is fixed with this submission by removing the prefix
couzteau included the following code: https://github.com/adobe/brackets/pull/4241/commits