diff --git a/M2/Macaulay2/m2/testing.m2 b/M2/Macaulay2/m2/testing.m2 index 9fbe5171df..ea87bc669e 100644 --- a/M2/Macaulay2/m2/testing.m2 +++ b/M2/Macaulay2/m2/testing.m2 @@ -14,6 +14,7 @@ locate TestInput := T -> T#"location" net TestInput := lookup(net, Function) precedence TestInput := lookup(precedence, Function) editMethod TestInput := editMethod @@ locate +capture TestInput := opt -> T -> capture(toString T, opt) ----------------------------------------------------------------------------- -- TEST