summaryrefslogtreecommitdiff
path: root/t/comp/parser_run.t
Commit message (Expand)AuthorAgeFilesLines
* toke.c - consistently refuse octal digit vars, and allow ${10} under strict.Yves Orton2022-07-301-6/+33
* `for my($k, $v) (%hash)` should not be a syntax errorNicholas Clark2021-10-191-4/+2
* eliminate recursion from yyl_fake_eof() into yyl_try()Tony Cook2020-05-211-1/+0
* test that many blank lines doesn't exhaust stack in the tokenizerTony Cook2020-05-211-1/+12
* toke.c - handle ${10} properly - Issue #12948Yves Orton2020-02-101-2/+8
* (perl #134061) move the test to t/uni/parser.tTony Cook2019-05-031-9/+1
* RT#134061: don't call pad_findmy_pvn() with invalid flagsAaron Crane2019-05-031-1/+9
* Fix t/comp/parser_run.t for EBCDICKarl Williamson2017-12-271-2/+2
* prevent invalid memory access in S_check_uni (RT #132433)Lukas Mai2017-11-121-1/+7
* tests - Use set_up_inc helper to set @INCNicolas R2017-09-151-2/+2
* (perl #131949) adjust s in case peekspace() moves the line stringTony Cook2017-08-311-1/+11
* (perl #131836) avoid a use-after-free after parsing a "sub" keywordTony Cook2017-08-281-1/+9
* (perl #131793) sanely handle PL_linestart > PL_bufptrTony Cook2017-08-171-1/+8
* fix VMS test failHugo van der Sanden2017-02-261-6/+6
* [perl #130814] Add testcase, and new testfile t/comp/parser_run.tHugo van der Sanden2017-02-211-0/+28