summaryrefslogtreecommitdiff
path: root/t/uni
Commit message (Expand)AuthorAgeFilesLines
* Disallow importing functions from UNIVERSALDagfinn Ilmari Mannsåker2014-07-211-11/+1
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-212-3/+3
* Revert the removal of 'use encoding'Karl Williamson2014-06-177-7/+0
* Fatalize defined(@) and defined{%)Karl Williamson2014-06-162-34/+2
* Experimentally cause 'use encoding' to fail.Karl Williamson2014-06-137-0/+7
* 'use locale' no longer ever fails.to compileKarl Williamson2014-06-052-11/+3
* Use already existing functions in some .t filesKarl Williamson2014-05-311-1/+2
* Fixes for running a clean minitest (at least in OS X). - detect POSIX locale ...Jarkko Hietaniemi2014-05-291-2/+7
* Fix more tests to work on systems that don't define LC_ALL and friendsBrian Fraser2014-02-051-2/+2
* t/uni/fold.t: use &LC_ALL with & to avoid strict errorsBrian Fraser2014-02-051-1/+1
* Don't test locales that are invalid for needed categoriesKarl Williamson2014-02-041-2/+2
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-0/+32
* [perl #121031] fix all of the other incorrect calls to fresh_perl_is()Tony Cook2014-01-201-1/+1
* t/uni/variables.t: Skip $[ test under miniperlFather Chrysostomos2013-12-061-0/+3
* [perl #120463] s/// and tr/// with wide delimitersFather Chrysostomos2013-11-141-1/+14
* 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
* regcomp.c, S_compile_runtime_code: croak using the SVf formatBrian Fraser2013-09-101-3/+1
* toke.c: "Unrecognized character" error shouldn't leak memory or mangle charac...Brian Fraser2013-09-101-1/+45
* Allow stash elems to be array refsFather Chrysostomos2013-07-251-2/+2
* Stop folding of ops from changing mutabilityFather Chrysostomos2013-07-251-1/+2
* Fix multi-char fold edge caseKarl Williamson2013-05-201-0/+6
* 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-062-5/+61
* Silence encoding.pm deprecation warnings in the core test suiteRafael Garcia-Suarez2013-02-197-0/+7
* Enable perl core tests to pass when locale support is not available.Jess Robinson2013-02-092-5/+18
* Fix unescaped left brace warning in uni/parser.t.Craig A. Berry2012-11-151-1/+1
* toke.c: Fail on malformed UTF-8 in \N{} inputKarl Williamson2012-11-111-1/+8
* Stop lexical warnings from turning off deprecationsFather Chrysostomos2012-09-141-0/+1
* Refactor t/uni/case.pl to use test.pl instead of making TAP by hand.Colin Kuskie2012-08-291-10/+4
* add warning for negative argument to chr() [perl #83048]Jesse Luehrs2012-06-241-1/+10
* stash.t: 2 TODO tests I missedFather Chrysostomos2012-06-051-4/+1
* stash.t: Un-TODO passing testsFather Chrysostomos2012-06-041-4/+1
* uni/fold.t: Improve some handling of older UnicodesKarl Williamson2012-06-021-0/+5
* uni/fold.t: Add details to some test namesKarl Williamson2012-06-021-3/+3
* uni/fold.t: Use Unicode::UCD::casefolds() for inputsKarl Williamson2012-06-021-26/+21
* t/uni/case.pl: Allow to work on early UnicodesKarl Williamson2012-06-024-81/+42
* t/uni/case.pl: Use warnings and strictKarl Williamson2012-06-021-0/+2
* Close the filehandle actually being tested in uni/readline.tSteve Hay2012-05-221-1/+1
* Make unicode label tests use unicode_eval.Brian Fraser2012-04-261-0/+1
* uni/parser.t: Don’t test for explicit eval numberFather Chrysostomos2012-03-281-0/+1
* Correct minitest skip count in uni/labels.tFather Chrysostomos2012-03-281-1/+1
* Fix test failureFather Chrysostomos2012-03-251-2/+2
* Label UTF8 cleanupBrian Fraser2012-03-251-0/+82
* toke.c: "Bad name after %s%s" cleanup.Brian Fraser2012-03-251-1/+7
* op.c: Warnings cleanup.Brian Fraser2012-03-231-0/+44
* toke.c: S_checkcomma, "No comma allowed after %s" cleanupBrian Fraser2012-03-221-1/+7