From f79e1376951232e1e0057e9a60ea075826fb3390 Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 3 Jun 2024 16:01:28 +0200 Subject: [PATCH] fixed: not passing print_node test due to missing ast node output --- tests/ast/test_ast.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ast/test_ast.py b/tests/ast/test_ast.py index e3e5d48..d7f9665 100644 --- a/tests/ast/test_ast.py +++ b/tests/ast/test_ast.py @@ -81,6 +81,9 @@ def run_check_print_node(): 50 parameter 51 value 52 parameter-declaration +53 address of +54 deref +55 ref """ == p.stdout