From da7e7dae2b690308fb7ff3aba34145233c740bce Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 24 Sep 2021 01:26:49 +0200 Subject: Made the interpreter pass most of the mycology test suite --- pkg/field/utils_test.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkg/field/utils_test.go') diff --git a/pkg/field/utils_test.go b/pkg/field/utils_test.go index 9c1f7c7..837f9fb 100644 --- a/pkg/field/utils_test.go +++ b/pkg/field/utils_test.go @@ -329,3 +329,9 @@ func TestGetAndSetOnEmptyLines(t *testing.T) { field.Set(0, -1, 'c') require.Equal(t, &f, field) } + +func TestDump(t *testing.T) { + // nothing to test really + f := Field{} + f.Dump() +} -- cgit v1.2.3