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/bytes.tm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/bytes.tm') diff --git a/test/bytes.tm b/test/bytes.tm index f9a872dc..b312c308 100644 --- a/test/bytes.tm +++ b/test/bytes.tm @@ -2,10 +2,10 @@ func main(): !! Test bytes: >> Byte(100) - = 0x64 + = Byte(0x64) >> Byte(0xFF) - = 0xFF + = Byte(0xFF) >> b := Byte(0x0F) >> b:hex() -- cgit v1.2.3