From a3c4e0a82d5b56e280cbf72af2ecf5a990b1f577 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 12 Mar 2025 18:12:53 -0400 Subject: Rename `without_escaping()` -> `from_text()` --- test/lang.tm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/lang.tm b/test/lang.tm index 29936a62..2aebf8e0 100644 --- a/test/lang.tm +++ b/test/lang.tm @@ -9,10 +9,10 @@ lang HTML: $/'/="'", }) - return HTML.without_escaping(t) + return HTML.from_text(t) convert(i:Int->HTML): - return HTML.without_escaping("$i") + return HTML.from_text("$i") func paragraph(content:HTML->HTML): return $HTML"

$content

" -- cgit v1.2.3