From 0f9255e48f1b51e2a61f2b327c74a4b1ca0416ca Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 5 May 2022 12:25:31 -0700 Subject: tests/util.lisp: replace using backticks as quotation marks Signed-off-by: Sean Whitton --- tests/util.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/util.lisp b/tests/util.lisp index fd310a7..1390e7c 100644 --- a/tests/util.lisp +++ b/tests/util.lisp @@ -36,10 +36,10 @@ (valid-hostname-p (format nil "~64@{a~}a" nil)) nil) -;; valid use of `-' +;; valid use of '-' (deftest valid-hostname-p.6 (valid-hostname-p "host-name.example.com") t) -;; invalid use of `-' +;; invalid use of '-' (deftest valid-hostname-p.7 (valid-hostname-p "-hostname.example.com") nil) ;; invalid character -- cgit v1.2.3