Add Fortran Namelist syntax test file

This commit is contained in:
Mohamed Abdelnour 2021-05-30 12:02:28 +02:00 committed by David Peter
parent b02120cf66
commit 16d346773b
2 changed files with 10 additions and 0 deletions

View File

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

View File

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