master
CrossNox 3 years ago
parent 4d8ba4bbc7
commit c91fa8810d
  1. 17
      test/rustint/core_test.clj

@ -493,3 +493,20 @@
false)) false))
) )
) )
(deftest test-ya-declarado-localmente-03
(testing "Test 03 ya-declarado-localmente?"
(is (= (ya-declarado-localmente?
'Write
[
[0 1]
[
['io ['lib '()] 0]
['Write ['lib '()] 0]
['entero_a_hexa ['fn [(list ['n (symbol ":") 'i64]) 'String]] 2]
]
]
)
true))
)
)

Loading…
Cancel
Save