Dir.glob processes nested braces incorrectly
--------------------------------------------

                 Key: JRUBY-3367
                 URL: http://jira.codehaus.org/browse/JRUBY-3367
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
            Reporter: Choi, Junegunn
            Priority: Minor
             Fix For: JRuby 1.2
         Attachments: dir_glob_nested_braces.patch

> touch vote for pedro

> ruby -e "puts Dir.glob('{{vote,for},pedro}')"
vote
for
pedro

> jruby -e "puts Dir.glob('{{vote,for},pedro}')"
for

There is a minor bug in handling of nested braces. Patch attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to