summaryrefslogtreecommitdiff
path: root/t/base
Commit message (Expand)AuthorAgeFilesLines
* [perl #123801] Stop s##[}#e from crashingFather Chrysostomos2015-02-221-0/+3
* [perl #123677] Crash with token stack overflowFather Chrysostomos2015-02-081-0/+6
* Localise PL_lex_stuff (crash fix)Father Chrysostomos2015-02-051-0/+3
* [perl #123218] "preserve" $/ if set to a bad valueTony Cook2015-02-041-3/+8
* [perl #123711] Fix crash with 0-5x-l{0}Father Chrysostomos2015-02-011-0/+3
* t/base/lex.t: Remove commented-out testFather Chrysostomos2015-01-051-2/+0
* Add test that to/from native character set worksKarl Williamson2014-12-111-0/+27
* Test bug #123372Father Chrysostomos2014-12-051-1/+11
* Don’t always skip in-memory tests is t/base/rs.tFather Chrysostomos2014-11-151-7/+5
* t/base/rs.t: Suppress warningFather Chrysostomos2014-11-151-1/+2
* t/base/lex.t: Dodge warningFather Chrysostomos2014-10-291-1/+1
* [perl #122782] map{no strict;...} etc.Father Chrysostomos2014-10-281-1/+31
* Stop trying to disambiguate {} after $Father Chrysostomos2014-08-251-1/+7
* [perl #80368] Fix implicit assignop in qq"a\U="Father Chrysostomos2014-08-241-1/+5
* Use ‘an’ for $/=[] error messageFather Chrysostomos2014-02-091-1/+3
* Add tests and fix new fatal errors related to $/Yves Orton2014-02-041-1/+49
* [perl #119123] disallow literal control character variablesBrian Fraser2013-09-181-11/+1
* Reworked t/base/lex.t to use less hardcoded test numbers.Brian Fraser2013-09-181-62/+59
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-161-1/+5
* Revert "Allow => to quote built-in keywords across lines"Father Chrysostomos2013-07-121-5/+1
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-121-1/+5
* t/base/lex.t: Test pyoq with comment before delimFather Chrysostomos2013-07-121-1/+44
* [perl #56880] Allow v10 as a label or package nameFather Chrysostomos2012-09-251-1/+21
* [perl #105924] require 1 << 2Father Chrysostomos2012-09-201-1/+9
* Fix listop-hash-infix parsingFather Chrysostomos2012-09-121-1/+6
* s/${foo#}//e should be an errorFather Chrysostomos2012-08-311-1/+5
* Commit 6b00f562ed broke s/${\%x}{3}//eFather Chrysostomos2012-08-311-1/+6
* Break s//3}->{3/eFather Chrysostomos2012-08-301-1/+5
* Fix two minor s//.../e parsing bugsFather Chrysostomos2012-08-301-1/+11
* lex.t: Mangle obscenity (albeit euphemistic)Father Chrysostomos2012-08-301-1/+1
* Fix here-doc body extraction in eval 's//<<END/'Father Chrysostomos2012-08-301-1/+7
* Finish fixing here-docs in re-evalsFather Chrysostomos2012-08-301-1/+13
* Fix eval 'q;;'Father Chrysostomos2012-08-271-1/+4
* [perl #114040] Fix here-docs in multiline re-evalsFather Chrysostomos2012-08-221-1/+11
* Fix substitution in substitution patternFather Chrysostomos2012-08-211-1/+5
* Fix here-docs in nested quote-like operatorsFather Chrysostomos2012-08-211-1/+15
* Don’t use strchr when scanning for newline after <<fooFather Chrysostomos2012-08-211-1/+8
* here-doc in quotes in multiline s//.../e in evalFather Chrysostomos2012-08-211-1/+9
* heredoc after "" in s/// in evalFather Chrysostomos2012-08-211-1/+8
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* modernise t/cmd/while.tGerard Goossen2011-01-081-0/+33
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Add lib to @INC in t/base/rs.tFather Chrysostomos2010-09-221-3/+9
* Tests for allowing uppercase X/B in hexadecimal/binary numbers (#76296).Bo Lindbergh2010-07-061-1/+14
* Move the test for the deprecated feature <<; out of t/base/lext.tNicholas Clark2009-10-161-4/+5
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-5/+1
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-066-0/+0
* Amelioration of the error message "Unrecognized character %s in column %d"Claes Jakobsson2009-05-141-1/+1
* Better test case for [perl #63854] Error parsing "[~"Ian Goodacre2009-03-141-5/+2
* Return OPERATOR('[') for '[' without falling through to case '~', avoiding mi...Ian Goodacre2009-03-141-1/+9