From 9ecb9d17bcebdc60355fc075b6b9a568724f0d14 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 17:50:50 -0300 Subject: [PATCH] add test --- test/rustint/core_test.clj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index e74aa1c..e56d168 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -460,3 +460,9 @@ ) ) ) + +(deftest test-ya-declarado-localmente-01 + (testing "Test 01 ya-declarado-localmente?" + (is (= (ya-declarado-localmente? 'Write [[0] [['io ['lib '()] 0] ['Write ['lib '()] 0] ['entero_a_hexa ['fn [(list ['n (symbol ":") 'i64]) 'String]] 2]]]) true)) + ) +)