From 821a7d64c14d8705b07b1b5d41b5168fcc615e32 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 20 Aug 2024 19:30:30 -0400 Subject: [PATCH] Add capture(TestInput) --- M2/Macaulay2/m2/testing.m2 | 1 + 1 file changed, 1 insertion(+) 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