fix: property regression : # should be a delimiter

Close #3916

Tests added.
This commit is contained in:
Tienson Qin
2022-01-16 12:35:32 +08:00
parent d360a11ed8
commit 2401ce9e9a
10 changed files with 94 additions and 123 deletions

View File

@@ -1689,6 +1689,9 @@
(for [elem elems]
(rum/with-key elem (str (random-uuid)))))
(and (string? v) (util/wrapped-by-quotes? v))
(util/unquote-string v)
:else
(inline-text (:block/format block) (str v)))]))