From a9478bb3f02ff563f5d3ce400d22c5706871fa82 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 11 Nov 2022 09:29:29 +0100 Subject: [PATCH] Make a doctest re-runnable --- src/globals.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/globals.jl b/src/globals.jl index b1f1427c2..ad55fac62 100644 --- a/src/globals.jl +++ b/src/globals.jl @@ -28,6 +28,8 @@ true julia> GAP.Globals.size 17 +julia> GAP.Globals.UnbindGlobal(g"size") + julia> GAP.Globals.Julia # Julia objects can be values of GAP variables Main