Skip to content

Commit cac026d

Browse files
Add UT for fortran
1 parent 7a7a25b commit cac026d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

test/basic.vader

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Execute (Shell):
6060
:set filetype=sh
6161
Execute (Vim):
6262
:set filetype=vim
63+
Execute (Fortran):
64+
:set filetype=fortran
6365

6466
================================================================================
6567

test/ft/a.fortran

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PRINT *,"[[Vader-workbench]:$1$] DEBUGGING STRING ==> ", $2$
2+
PRINT *,"a**2 + b**2: ", a**2 + b**2

0 commit comments

Comments
 (0)