1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-06-14 20:35:48 +01:00

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
tests/syntax-tests
highlighted
Fortran Namelist
source
Fortran Namelist

@ -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!'
/