Browse Source

Update expected output

Jeremy Soller 6 years ago
parent
commit
cf6c8093ab

+ 1 - 0
tests/expected/printf.stdout

@@ -1,6 +1,7 @@
 percent: %
 string: String
 char: c
+char: þ
 int: -16
 uint: 32
 hex: beef

+ 1 - 2
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.

+ 1 - 2
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.