mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 21:25:56 +00:00
Add Fortran Namelist syntax test file
This commit is contained in:
parent
b02120cf66
commit
16d346773b
@ -0,0 +1,5 @@
|
||||
[38;2;249;38;114m&[0m[3;38;2;102;217;239mTEST[0m
|
||||
[38;2;249;38;114mFOO[0m[38;2;249;38;114m=[0m[38;2;190;132;255m0[0m[38;2;248;248;242m,[0m
|
||||
[38;2;249;38;114mBAR[0m[38;2;249;38;114m=[0m[38;2;190;132;255m1.0[0m[38;2;248;248;242m,[0m
|
||||
[38;2;249;38;114mBAZ[0m[38;2;249;38;114m=[0m[38;2;230;219;116m'Hello, World!'[0m
|
||||
[38;2;249;38;114m/[0m
|
5
tests/syntax-tests/source/Fortran Namelist/test.namelist
Normal file
5
tests/syntax-tests/source/Fortran Namelist/test.namelist
Normal file
@ -0,0 +1,5 @@
|
||||
&TEST
|
||||
FOO=0,
|
||||
BAR=1.0,
|
||||
BAZ='Hello, World!'
|
||||
/
|
Loading…
Reference in New Issue
Block a user