From a1a2091ebf4521d965e13c918a601b5acb4d1a72 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 11 Dec 2022 14:20:31 +0300 Subject: [PATCH] fix highlight tests --- test/highlight/shape.d2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/highlight/shape.d2 b/test/highlight/shape.d2 index 2e44801..6b7c6a8 100644 --- a/test/highlight/shape.d2 +++ b/test/highlight/shape.d2 @@ -6,11 +6,15 @@ foo.'baz'.biz # ^ punctuation.delimiter # ^ variable -'b\nz' +"b\nz" # ^ string.escape # ^ string.escape -'biz': 'Baz\nBiz' +'b\nz' +# ^ string +# ^ string + +'biz': "Baz\nBiz" # <- string # ^ string # ^ string