diff options
Diffstat (limited to 'tests/suite/text/raw.typ')
| -rw-r--r-- | tests/suite/text/raw.typ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/suite/text/raw.typ b/tests/suite/text/raw.typ index a7f58a8d..827edaf8 100644 --- a/tests/suite/text/raw.typ +++ b/tests/suite/text/raw.typ @@ -687,6 +687,11 @@ a b c -------------------- #let hi = "你好world" ``` +--- issue-6559-equality-between-raws --- + +#test(`foo`, `foo`) +#assert.ne(`foo`, `bar`) + --- raw-theme-set-to-auto --- ```typ #let hi = "Hello World" |
