Add Fortran Namelist syntax test file

pull/1642/head
Mohamed Abdelnour 3 years ago committed by David Peter
parent b02120cf66
commit 16d346773b

@ -0,0 +1,5 @@
&TEST
FOO=0,
BAR=1.0,
BAZ='Hello, World!'
/

@ -0,0 +1,5 @@
&TEST
FOO=0,
BAR=1.0,
BAZ='Hello, World!'
/
Loading…
Cancel
Save