From 3a040e6bf58dff3f92c882bd2551c42719e9ec5c Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 7 Dec 2022 13:34:29 +0300 Subject: [PATCH] fix highlight tests --- test/highlight/shape.d2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/highlight/shape.d2 b/test/highlight/shape.d2 index fef14ad..59d9638 100644 --- a/test/highlight/shape.d2 +++ b/test/highlight/shape.d2 @@ -1,18 +1,19 @@ foo.baz.biz # <- variable -# ^ delimiter +# ^ punctuanion.delimiter # ^ variable -# ^ delimiter +# ^ punctuanion.delimiter # ^ variable foo: Foo Bar # <- variable -# ^ delimiter +# ^ punctuanion.delimiter # ^ string foo: Foo Bar { # <- variable # ^ label + # ^ punctuation.delimiter bar.baz # <- variable