master
CrossNox 3 years ago
parent 4bd40e4102
commit a78a6df377
  1. 6
      test/rustint/core_test.clj

@ -170,8 +170,8 @@
)
)
(deftest identificador-test02
(testing "Test 02 identificador"
(is (= (identificador? 'bool) false))
(deftest palabra-reservada-test01
(testing "Test 01 palabra reservada"
(is (= (palabra-reservada? 'while) true))
)
)

Loading…
Cancel
Save