From cf6c8093ab1a6292e1ab95c5d13c80dbbb086e2d Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 27 Jun 2018 15:06:19 -0600 Subject: [PATCH] Update expected output --- tests/expected/printf.stdout | 1 + tests/expected/string/strtok.stdout | 3 +-- tests/expected/string/strtok_r.stdout | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/expected/printf.stdout b/tests/expected/printf.stdout index ad30d8fb..d92e40b8 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 201357e8..4428c25c 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 201357e8..4428c25c 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. -- GitLab