diff --git a/tests/expected/printf.stdout b/tests/expected/printf.stdout index ad30d8fbca48dc82518f2786cbb220d29dd075d3..d92e40b8ea7619afdd2aea1774dd7085184b8b32 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 201357e8cbf62d9b06cde1d92cb068ae08b42c89..4428c25c545d8b53b542a03b53bf41699d4d7e80 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 201357e8cbf62d9b06cde1d92cb068ae08b42c89..4428c25c545d8b53b542a03b53bf41699d4d7e80 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.