From 5ac7eb3860ebd3247f6486c227e816894cb8fd91 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 11 Mar 2022 12:59:55 +0100 Subject: Rename template to content --- tests/typ/code/ops.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/code/ops.typ') diff --git a/tests/typ/code/ops.typ b/tests/typ/code/ops.typ index 53d00132..b81fc841 100644 --- a/tests/typ/code/ops.typ +++ b/tests/typ/code/ops.typ @@ -2,7 +2,7 @@ // Ref: false --- -// Test template addition. +// Test adding content. // Ref: true {[*Hello* ] + [world!]} @@ -130,7 +130,7 @@ #test(test == test, true) #test((() => {}) == (() => {}), false) -// Templates compare by some kind of equality. +// Content compares by hash equality. #let t = [a] #test(t == t, true) #test([] == [], true) -- cgit v1.2.3