Commit 67f3a442 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Set utf8 binmode on STDOUT & update tests again. I have not the slightest clue...

Set utf8 binmode on STDOUT & update tests again. I have not the slightest clue why the tests are actually still working.
parent 27e5df98
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ my ($from_type, $to_type, $via_type) = ('stop') x 3;
my $ignore_info = 'Fahrradmitnahme';
my ($test_dump, $test_parse);

binmode(STDOUT, ':utf8');

sub check_ambiguous {
	my ($full_tree) = @_;
	my $xp_select = '//select';
+55 −55

File changed.

Preview size limit exceeded, changes collapsed.

+34 −34

File changed.

Preview size limit exceeded, changes collapsed.

+38 −38

File changed.

Preview size limit exceeded, changes collapsed.

+39 −39

File changed.

Preview size limit exceeded, changes collapsed.

Loading