master
CrossNox 3 years ago
parent bb88ad3eb2
commit 8bc15e0a6a
  1. 10
      test/rustint/core_test.clj

@ -276,3 +276,13 @@
)
)
)
(deftest get-rust-formatters-01
(testing "Test 01 get-rust-formatters"
(is (=
(get-rust-formatters "Hola, Mundo!")
'()
)
)
)
)

Loading…
Cancel
Save