From 24c618cb2f4d363bcc0b264df7bf0bb845cf144d Mon Sep 17 00:00:00 2001
From: paku
Date: Sat, 8 Jun 2024 13:02:53 +0900
Subject: [PATCH] Amend element test
---
tests/element.lisp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/element.lisp b/tests/element.lisp
index 797879a..c7762fa 100644
--- a/tests/element.lisp
+++ b/tests/element.lisp
@@ -48,7 +48,7 @@
:pretty t)))
(is (string= #M"
\ foo
- \
"
+
"
(render-to-string (create-element :p
nil
(list (create-element :span
@@ -58,7 +58,7 @@
(is (string= #M"
\ foo
\ bar
- \
"
+ "
(render-to-string (create-element :p
nil
(list "foo"
@@ -78,7 +78,7 @@
(is (string= #M"
\ foo
\ bar
- \
"
+ "
(render-to-string (create-element :p
(list :prop1 "value1"
:prop2 t
@@ -127,7 +127,7 @@
\ bar
\ baz
\ brah
- \"
+ "
(render-to-string (create-element :ul
nil
(list (create-element :li