Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Dec 29, 2023
1 parent ba6729e commit 4a6f7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
Module::Load Test::Warn Test::More JSON::PP boolean
YAML::PP::LibYAML
- name: Run Tests
run: prove -lr t
run: prove -lr t/58.utf8.t


cover:
Expand Down
2 changes: 1 addition & 1 deletion t/58.utf8.t
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ subtest 'YAML::PP::LibYAML' => sub {
utf8 => 0,
);
my $p_default = YAML::PP::LibYAML->new(header => 0);
my $parser = $p_utf8->parser;
my $parser = $p_utf8->loader->parser;
warn __PACKAGE__.':'.__LINE__.$".Data::Dumper->Dump([\$parser], ['parser']);
subtest 'load unicode' => sub {
my $data = $p_utf8->load_string($utf8);
Expand Down

0 comments on commit 4a6f7fd

Please sign in to comment.