Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
wada-jun8 committed Nov 27, 2024
1 parent 4681afc commit 5b7dcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morse_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ng(){
res=1
}

res = 0
res=0

out=$(echo "a" | ./morse)
[ "${out}" = "・ー" ] || ng "$LINENO"
Expand Down

0 comments on commit 5b7dcb2

Please sign in to comment.