One test for periodic table doesn't pass

I’m stuck with " If you run ./element.sh script with another element as input, you should get the same output but with information associated with the given element."
I tried doing it with case and if/else. My script works with all elements but test doesn’t pass. Any hints


?

I can’t be sure if this the issue, but your second line there starts with ‘Hydrogen’. It’s supposed to be ‘Beryllium’ I think?

You are right, Hydrogen is hard coded. Thank you :slight_smile: