diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-12-05 22:41:49 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-12-06 05:33:30 -0800 |
commit | b987188d95df898b21c14cf21138b70cea5d11fc (patch) | |
tree | 7cb43f0057589bc42dfd363245dab254abd9e853 /Porting/deparse-skips.txt | |
parent | 5b2cf7d50391d1becfe45faeb8889e4e4343f2a7 (diff) | |
download | perl-b987188d95df898b21c14cf21138b70cea5d11fc.tar.gz |
deparse-skips.txt: Note some skip reasons
Diffstat (limited to 'Porting/deparse-skips.txt')
-rw-r--r-- | Porting/deparse-skips.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Porting/deparse-skips.txt b/Porting/deparse-skips.txt index 3228b59e1c..57d3101b72 100644 --- a/Porting/deparse-skips.txt +++ b/Porting/deparse-skips.txt @@ -389,9 +389,9 @@ __DEPARSE_FAILURES__ ../lib/overload.t ../lib/overloading.t ../lib/utf8.t -base/lex.t -comp/final_line_num.t -comp/fold.t +base/lex.t # checks regexp stringification +comp/final_line_num.t # tests syntax error after BEGIN block +comp/fold.t # mutability of folded constants comp/hints.t comp/opsubs.t comp/parser.t |