mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
add check for trailing output characters
This commit is contained in:
parent
5a920ac48c
commit
980a278ccc
@ -683,7 +683,7 @@ const ZiglingStep = struct {
|
||||
}
|
||||
|
||||
// validate the output
|
||||
if (std.mem.indexOf(u8, output, self.exercise.output) == null) {
|
||||
if (std.mem.indexOf(u8, output, self.exercise.output) == null or output.len != self.exercise.output.len) {
|
||||
print(
|
||||
\\
|
||||
\\{s}----------- Expected this output -----------{s}
|
||||
|
Loading…
x
Reference in New Issue
Block a user