From d3ccd55d4bdb85343ae80574b6833fac2cf22181 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 2 Feb 2022 16:18:10 +0100 Subject: Split up styled and sequence template --- tests/typ/code/ops.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/code') diff --git a/tests/typ/code/ops.typ b/tests/typ/code/ops.typ index e3e2e855..0ad35a27 100644 --- a/tests/typ/code/ops.typ +++ b/tests/typ/code/ops.typ @@ -130,13 +130,13 @@ #test(test == test, true) #test((() => {}) == (() => {}), false) -// Templates compare by shallow equality. +// Templates compare by some kind of equality. #let t = [a] #test(t == t, true) #test([] == [], true) #test([a] == [a], true) +#test([[a]] == [a], true) #test([] == [a], false) -#test([[a]] == [a], false) #test(box[] == box[], false) --- -- cgit v1.2.3