From e0309f7db198acf2138607928fe138fb90c737a5 Mon Sep 17 00:00:00 2001 From: TheBlob42 Date: Wed, 15 Nov 2023 07:35:59 +0100 Subject: [PATCH] fix: Tag completion tests --- Tests/_snapshots/Tags.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Tests/_snapshots/Tags.json b/Tests/_snapshots/Tags.json index 7f8928a..7d78408 100644 --- a/Tests/_snapshots/Tags.json +++ b/Tests/_snapshots/Tags.json @@ -1,18 +1,18 @@ { "tagOpening": { "AutoGenerated": [ - "(1,16)-(1,16): tag / ", - "(1,16)-(1,16): anotherTag / ", - "(1,16)-(1,16): ta / ", - "(1,16)-(1,16): somethingElse / ", - "(1,16)-(1,16): otherDocTag / " + "(1,16)-(1,16): tag / ", + "(1,16)-(1,16): anotherTag / ", + "(1,16)-(1,16): ta / ", + "(1,16)-(1,16): somethingElse / ", + "(1,16)-(1,16): otherDocTag / " ] }, "tagWithName": { "AutoGenerated": [ - "(2,13)-(2,15): tag / ta", - "(2,13)-(2,15): anotherTag / ta", - "(2,13)-(2,15): otherDocTag / ta" + "(2,13)-(2,15): tag / ", + "(2,13)-(2,15): anotherTag / ", + "(2,13)-(2,15): otherDocTag / " ] } -} \ No newline at end of file +}