Skip to content

Commit da34d27

Browse files
committed
test update
1 parent cdb7d7d commit da34d27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test.f90

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,11 @@ program test
201201
dpi='200', &
202202
transparent=.true.,istat=istat, python='python')
203203

204+
! also test one with spaces and () in the filename
205+
call plt%savefig(testdir//'error bar (1).png', &
206+
pyfile=testdir//'error bar (1).py', &
207+
dpi='200', &
208+
transparent=.true.,istat=istat, python='python')
209+
204210
end program test
205211
!*****************************************************************************************

0 commit comments

Comments
 (0)