brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] fix save as unit test on windows #3924

Open core-ai-bot opened 3 years ago

core-ai-bot commented 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

core-ai-bot commented 3 years ago

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