Browse Source

Show invisible line ending characters (CRLF)

content-update
xpetit 3 years ago
parent
commit
a4c44c7514
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 2
      sh/tests/introduction_test.sh

2
sh/tests/introduction_test.sh

@ -8,4 +8,4 @@ IFS='
submitted=$(./student/hello.sh)
expected=$(./solutions/hello.sh)
diff <(echo "$submitted") <(echo "$expected")
diff <(echo "$submitted") <(echo "$expected") | cat -t

Loading…
Cancel
Save