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

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

Loading…
Cancel
Save