Files
html-jen/testler/test.lisp
2025-03-25 00:21:46 +03:00

14 lines
234 B
Common Lisp
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
(defpackage :html-jen/testler
(:use :common-lisp :html-jen))
(in-package :html-jen/testler)
(defun test-test ()
(assert (= 3 (+ 1 2)))
(unless (= 3 2)
(error "hata")))
(defun testleri-çalıştır ()
;; (test-test)
)