Skip to content

Commit 9f37e11

Browse files
iabynjkeenan
authored andcommitted
Deparse: exclude two new test files
Add a couple of recently-added test files to Porting/deparse-skips.txt These two test files have use utf8; "some string with accented chars" and the accented char gets deparsed wrongly at the moment. So skip those test files under cd t; ./TEST -deparse
1 parent 2fc16b5 commit 9f37e11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Porting/deparse-skips.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,11 @@ uni/variables.t
273273
../ext/XS-APItest/t/call_checker.t
274274
../ext/XS-APItest/t/cleanup.t
275275
../ext/XS-APItest/t/fetch_pad_names.t
276+
../ext/XS-APItest/t/regex_global_pos.t # string literals under 'use utf8'
277+
# are deparsed wrongly
276278
../ext/XS-APItest/t/synthetic_scope.t
279+
../ext/XS-APItest/t/valid_identifier.t # string literals under 'use utf8'
280+
# are deparsed wrongly
277281
../lib/Config.t # Config_heavy.pl fns getting output
278282
../lib/charnames.t
279283
../lib/dumpvar.t

0 commit comments

Comments
 (0)