### parsing xyz AT_SETUP([Parser - loading xyz file with empty comment]) AT_KEYWORDS([parser load xyz]) file=test.xyz AT_DATA([test-emptycomment.xyz], [1 Ar 0. 0. 0. ]) AT_CHECK([../../molecuilder -i $file -o xyz -l test-emptycomment.xyz], 0, [ignore], [ignore]) AT_CLEANUP