exercism / c

Exercism exercises in C.
https://exercism.org/tracks/c
MIT License
298 stars 181 forks source link

test_beer_song.c - Fix assertion #930

Closed ryanplusplus closed 1 year ago

ryanplusplus commented 1 year ago

The empty line assertion has the arguments backwards (actual is in place of expected) which causes a confusing error message.