summaryrefslogtreecommitdiff
path: root/t/op/lex.t
Commit message (Expand)AuthorAgeFilesLines
* Fatalize use of $* and $#James E Keenan2018-10-171-4/+1
* Forbid use of bare << to mean <<""Dagfinn Ilmari Mannsåker2017-06-051-3/+2
* (perl #129190) intuit_method() can move the line bufferTony Cook2017-01-241-1/+4
* (perl #129274) avoid treating the # in $# as a comment introTony Cook2017-01-241-1/+13
* Use fnc to force out malformed warningsKarl Williamson2016-12-231-3/+4
* utf8.c: Clarify warning message.Karl Williamson2016-11-241-2/+2
* skip some tests that aren't UTF-EBCIDIC compatible on non-ASCIITony Cook2016-11-091-19/+24
* (perl #129000) use the new utf8_hop_back()Tony Cook2016-11-091-1/+7
* (perl #128997) avoid reading beyond the end of the line bufferTony Cook2016-10-311-1/+7
* (perl #128996) prevent PL_op pointing to freed opsTony Cook2016-10-171-1/+8
* [rt #129336] #!perl -i u erroneously interpreted as -uDan Collins2016-10-111-1/+8
* [RT #129069] Perl_yylex: Fix two use-after-free bugsDan Collins2016-08-291-1/+15
* [perl #128951] Fix ASan error with @{\327Father Chrysostomos2016-08-181-2/+9
* Move a recently-added testFather Chrysostomos2016-08-171-1/+4
* [RT #128574] Fix use of fresh_perl in testsDan Collins2016-08-011-0/+1
* [perl #128307] Fix ‘foo ? require : bar’Father Chrysostomos2016-06-021-1/+8
* Various .t files: Use globals to see if on EBCDICKarl Williamson2015-08-251-1/+1
* [perl #123995] Assert fail with s;@{<<;Father Chrysostomos2015-03-181-1/+8
* [perl #123963] "@<fullwidth digit>"Father Chrysostomos2015-03-101-1/+4
* [perl #123802] Assertion failure with "\L\L"Father Chrysostomos2015-03-011-1/+15
* t/op/lex.t: Correct bug numFather Chrysostomos2015-03-011-1/+1
* [perl #123802] Assertion failure with /$0{}/Father Chrysostomos2015-02-281-1/+9
* [perl #123893] Fix hang with "@{"Father Chrysostomos2015-02-211-4/+15
* [perl #123712] Don’t check sub_inwhatFather Chrysostomos2015-02-151-1/+8
* [perl #123712] Fix /$a[/ parsingFather Chrysostomos2015-02-151-1/+9
* [perl #123753] Assert fail with &{+foo} and errorsFather Chrysostomos2015-02-071-2/+12
* [perl #123753] &\0foo parsingFather Chrysostomos2015-02-071-1/+46
* t/op/lex.t: Add comment about the file’s purposeFather Chrysostomos2015-02-071-0/+3
* [perl #122782] map{no strict;...} etc.Father Chrysostomos2014-10-281-1/+6
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-081-1/+1
* Fix parser buffer corruption with multiline *{...}Father Chrysostomos2013-09-201-2/+17
* Sigh. Fix lex.t againFather Chrysostomos2012-12-131-2/+5
* Really fix t/op/lex.tFather Chrysostomos2012-12-111-1/+2
* t/op/lex.t: Fix testFather Chrysostomos2012-12-111-1/+2
* toke.c: Make _charnames check more robustFather Chrysostomos2012-12-081-1/+24
* Moved the original test file from the previous patch into t/op/lex.t,Jesse Vincent2009-11-251-2/+27
* Move the test for the deprecated feature <<; out of t/base/lext.tNicholas Clark2009-10-161-0/+22