In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/09d15bae7b456c0c9a2719462f699d5fdcf45aa0?hp=4c2e59a08d6dafdbcf19a27a1f495e6cbf668d82>
- Log ----------------------------------------------------------------- commit 09d15bae7b456c0c9a2719462f699d5fdcf45aa0 Author: Karl Williamson <[email protected]> Date: Fri Jan 3 09:17:14 2014 -0700 porting/diag.t: Add comments ----------------------------------------------------------------------- Summary of changes: t/porting/diag.t | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/t/porting/diag.t b/t/porting/diag.t index 74267b4..45be785 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -672,6 +672,12 @@ Wrong syntax (suid) fd script name "%s" 'X' outside of string in unpack __CATEGORIES__ + +# This is a warning, but is currently followed immediately by a croak (toke.c) Illegal character \%o (carriage return) + +# Because uses WARN_MISSING as a synonym for WARN_UNINITIALIZED (sv.c) Missing argument in %s + +# This message can be both fatal and non- False [] range "%s" in regex; marked by <-- HERE in m/%s/ -- Perl5 Master Repository
