Skip to content

Commit c376621

Browse files
Merge pull request #15 from aadcg/fix-symbol-export
Export symbols relative to newly defined assertions.
2 parents 7ba3f47 + 2eef316 commit c376621

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.lisp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
:assert-warning :assert-no-warning
2020
:assert-signal :assert-no-signal
2121
:assert-typep
22+
:assert-string= :assert-string-equal :assert-string/=
23+
:assert-string-not-equal :assert-char= :assert-char-equal
24+
:assert-char/= :assert-char-not-equal :assert= :assert/=
2225
;; floating point
2326
:*measure* :*epsilon* :*significant-figures*
2427
:default-epsilon :sumsq :sump :norm

0 commit comments

Comments
 (0)