Test project
 All Files Functions
aa.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine pre_test
 test for pre tag
 
subroutine verbatim_test
 test for verbatim tag
 
subroutine pre_test_par
 test for pre tag with par tag
 
subroutine verbatim_test_par
 test for verbatim tag with par tag
 

Function/Subroutine Documentation

subroutine pre_test ( )

test for pre tag

 line 1 of pre
 line 2 of pre after one empty line
 line 3 of pre after two empty lines
 

Definition at line 11 of file aa.f90.

subroutine pre_test_par ( )

test for pre tag with par tag

par line
 line 1 of pre

line 2 of pre after one empty line

 line 3 of pre after two empty lines
 

Definition at line 37 of file aa.f90.

subroutine verbatim_test ( )

test for verbatim tag

Tests part for par and a verbatim section

 line 1 of verbatim

 line 2 of verbatim after one empty line


 line 3 of verbatim after two empty lines

Definition at line 24 of file aa.f90.

subroutine verbatim_test_par ( )

test for verbatim tag with par tag

par line
 line 1 of verbatim

 line 2 of verbatim after one empty line


 line 3 of verbatim after two empty lines

Definition at line 50 of file aa.f90.