|
Created an attachment (id=15391)
Test to determine the bug. I think your patch solves this problem (it correctly notes that we should expect
EITHER a <DIR> OR a number indicating size, not two optional fields) but I don't think your patch goes far enough. I think we need to solve for the fact that there can be spaces anywhere within an NT filename. 123 xyz works, but how about 123 abc xyz? (In reply to comment #3)
> I think your patch solves this problem (it correctly notes that we should expect > EITHER a <DIR> OR a number indicating size, not two optional fields) but I don't > think your patch goes far enough. I think we need to solve for the fact that > there can be spaces anywhere within an NT filename. 123 xyz works, but how > about 123 abc xyz? By the way, excuse my manners. I should have thanked you for your patch. Actually, there was nothing at all wrong with your patch. The problem I had
thought existed did not, in fact, exist. I should have read the regular expression more carefully. I have committed your patch verbatim except that I added one more test assert to
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The same patch is written in my bug report.
I’m sorry for inline patch in my bug report. It was first time when I used
bugzilla.