[lang-ref] カラ文字列 ( bash )

@test "assign empty string" {
	# ""
	s=""
	[ "${s}" == "" ]
}