Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix parseEntry#parsers.msdos bug,when dir name is numbers,it will be … #8

Closed
wants to merge 1 commit into from

Conversation

keel
Copy link

@keel keel commented Nov 7, 2015

fix parseEntry#parsers.msdos bug.
When remote dir name is numbers,it will be read as file.
I didn't test parsers.unix, may be you can check that too.

@keel
Copy link
Author

keel commented Nov 7, 2015

I don't know why ci failed. the mocha was passed.

@@ -52,6 +52,13 @@ var RE_UnixEntry = new RegExp(
var RE_DOSEntry = new RegExp(
"(\\S+)\\s+(\\S+)\\s+" +
"(<DIR>)?\\s*" +
// "([0-9]+)?\\s*" +
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please delete commented line

@sergi
Copy link
Owner

sergi commented Nov 16, 2015

Can you please add a test that validates this code? Thanks!

@sergi
Copy link
Owner

sergi commented Nov 16, 2015

Fixed by #7

@sergi sergi closed this Nov 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants