diff --git a/tests/expected/printf.stdout b/tests/expected/printf.stdout index ad30d8fbca..d92e40b8ea 100644 --- a/tests/expected/printf.stdout +++ b/tests/expected/printf.stdout @@ -1,6 +1,7 @@ percent: % string: String char: c +char: þ int: -16 uint: 32 hex: beef diff --git a/tests/expected/string/strtok.stdout b/tests/expected/string/strtok.stdout index 201357e8cb..4428c25c54 100644 --- a/tests/expected/string/strtok.stdout +++ b/tests/expected/string/strtok.stdout @@ -1,2 +1 @@ -I'd_just_like_to_interject_for_a_moment.__What_you're_referring_to_as_Linux, -is_in_fact,_GNU/Linux,_or_as_I've_recently_taken_to_calling_it,_GNU_plus_Linux. +I'd_just_like_to_interject_for_a_moment._What_you're_referring_to_as_Linux,_is_in_fact,_GNU/Linux,_or_as_I've_recently_taken_to_calling_it,_GNU_plus_Linux. diff --git a/tests/expected/string/strtok_r.stdout b/tests/expected/string/strtok_r.stdout index 201357e8cb..4428c25c54 100644 --- a/tests/expected/string/strtok_r.stdout +++ b/tests/expected/string/strtok_r.stdout @@ -1,2 +1 @@ -I'd_just_like_to_interject_for_a_moment.__What_you're_referring_to_as_Linux, -is_in_fact,_GNU/Linux,_or_as_I've_recently_taken_to_calling_it,_GNU_plus_Linux. +I'd_just_like_to_interject_for_a_moment._What_you're_referring_to_as_Linux,_is_in_fact,_GNU/Linux,_or_as_I've_recently_taken_to_calling_it,_GNU_plus_Linux.