Skip to content

Commit

Permalink
test/help.jl: Lookup something in the JuliaInterface manual
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jul 8, 2019
1 parent 9a77160 commit 3b0db3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/help.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
@test test_gap_help( "welcome to gap" )

@test test_gap_help( "?determinant" )
@test test_gap_help( "?IsJuliaWrapper" )
println(GAP.GAP_help_string( "?IsJuliaWrapper" ))

@test test_gap_help( "books" )
@test test_gap_help( "tut:chapters" )
Expand Down

0 comments on commit 3b0db3b

Please sign in to comment.