BatmanAoD (Kyle Strand)
- Login: BatmanAoD
- Email: kyle.j.strand@gmail.com
- Registered on: 12/24/2015
- Last sign in: 04/11/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
04/11/2019
-
08:59 PM Ruby Bug #15764 (Assigned): Whitespace and control characters should not be permitted in tokens
- As of Ruby 2.5.1p57, it appears that all valid Unicode code-points above 128 are permitted in tokens. This includes whitespace and control characters.
This was demonstrated here: https://gist.github.com/qrohlf/7045823
I have attach...