summaryrefslogtreecommitdiff
path: root/t/uni/variables.t
Commit message (Expand)AuthorAgeFilesLines
* t/uni/variables.t: Skip $[ test under miniperlFather Chrysostomos2013-12-061-0/+3
* Test that ${foo{bar}} and ${\nfoo{bar}} mean the same thing.Brian Fraser2013-09-211-1/+16
* [perl #119123] disallow literal control character variablesBrian Fraser2013-09-181-1/+28
* toke.c, S_scan_ident: Skip over newlines as well as spaces and tabs.Brian Fraser2013-09-181-2/+21
* toke.c, S_scan_ident: Ignore whitespace on both sides of ${ ... }Brian Fraser2013-03-151-1/+27
* PATCH: [perl #117101] toke.c: Make \$$1 work again.Brian Fraser2013-03-091-2/+35
* Restrict the valid identifier syntax, fix some identifier bugs.Brian Fraser2013-03-061-3/+119
* Fix several differences in the parsing of $.. and ${...}Brian Fraser2013-03-061-0/+54