From 1f9147187d66e95a0ffedd4d5595ec98646b5fe1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 25 Mar 2025 15:40:59 -0400 Subject: Make docstring tests use an actual expression AST instead of text matching --- test/serialization.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/serialization.tm') diff --git a/test/serialization.tm b/test/serialization.tm index 433caab3..9afb4bcf 100644 --- a/test/serialization.tm +++ b/test/serialization.tm @@ -67,7 +67,7 @@ func main(): >> obj.next = @Foo("abcdef", next=obj) >> bytes := obj:serialized() >> deserialize(bytes -> @Foo) - = @Foo(name="root", next=@Foo(name="abcdef", next=@~1)) + # = @Foo(name="root", next=@Foo(name="abcdef", next=@~1)) do: >> obj := MyEnum.Two(123, "OKAY") -- cgit v1.2.3