Shagabutdinov (Leonid Shagabutdinov)
- Login: Shagabutdinov
- Email: leonid@shagabutdinov.com
- Registered on: 03/06/2013
- Last sign in: 03/07/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/06/2013
-
05:31 PM Ruby Bug #8028 (Rejected): Shellwords.escape works incorrect under windows
- Shellwords.escape works incorrect under windows (tested for Windows 7
x64), here is example:
Actual result:
```
irb(main):001:0> require 'shellwords'
=> true
irb(main):002:0> `echo #{Shellwords.escape( '123>' )} test` # shoul...