diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-18 17:33:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-18 17:33:13 +0100 |
| commit | 61d1e1a6831113143c5d1e9f8ccf2a86f90f359a (patch) | |
| tree | 27c85e1ee876941bba558bb187885ccc4a76f87d /tests/typ/code | |
| parent | e01970b20a058ab1b4ebea916f229c9b706c84e4 (diff) | |
Remove layout-cache feature
Diffstat (limited to 'tests/typ/code')
| -rw-r--r-- | tests/typ/code/ops.typ | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typ/code/ops.typ b/tests/typ/code/ops.typ index 0ad35a27..53d00132 100644 --- a/tests/typ/code/ops.typ +++ b/tests/typ/code/ops.typ @@ -137,7 +137,8 @@ #test([a] == [a], true) #test([[a]] == [a], true) #test([] == [a], false) -#test(box[] == box[], false) +#test(box[] == box[], true) +#test(box[a] == box[], false) --- // Test comparison operators. |
