Skip to content

Commit 57ff57b

Browse files
committed
Added a To-Do
1 parent 7b2c772 commit 57ff57b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/regex_tester.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
sub run_code {
253253
my ($context,$code,$input,$callback) = @_;
254254
my (@warns,@output);
255+
#TODO Later: Capture STDOUT too? (and STDERR, instead of $SIG{__WARN__})?
255256
my $ok = do {
256257
local $SIG{__WARN__} = sub { push @warns, shift };
257258
eval "package RunCode {$code\n};1" };

0 commit comments

Comments
 (0)