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