[lang-ref] ( assign_empty_string ) ( bash )

@test "assign_empty_string" {
	s=""
	[ "${s}" == "" ]
}