Skip to content

Commit

Permalink
confirm test work
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 28, 2024
1 parent 3382056 commit 538e928
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

(let ((score (flx:score "buffer-file-name" "bfn")))
(print score)
(terpri)
(unless (equal score '(237 0 7 12))
(print "Error testing `buffer-file-name`")
(print (format nil "Error testing `buffer-file-name`: ~a" score))
(quit :unix-status 1)))

0 comments on commit 538e928

Please sign in to comment.