Opened 3 years ago

Closed 3 years ago

#58 closed defect (fixed)

Fix "For" switches so they can be placed in any order and grouped; Address related trap

Reported by: Gregg Young Owned by: Gregg Young
Priority: major Milestone: Version-3.10
Component: Base Version: 3.09
Keywords: Cc:

Description

for /a:d /hr %X in ( * ) echo %X This line causes a trap. The failure is because the "hr" is in a single switch. However while /h /r works as expected /r /h results in a failure to recognize the /h.

Change History (2)

comment:1 Changed 3 years ago by Gregg Young

Owner: set to Gregg Young
Status: newaccepted

comment:2 Changed 3 years ago by Gregg Young

Resolution: fixed
Status: acceptedclosed

Rev 38289

Note: See TracTickets for help on using tickets.