Skip to content

Commit

Permalink
fix: Tag completion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlob42 committed Nov 15, 2023
1 parent 040bf72 commit e0309f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Tests/_snapshots/Tags.json
Original file line number Diff line number Diff line change
@@ -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 / <no-filter>",
"(1,16)-(1,16): anotherTag / <no-filter>",
"(1,16)-(1,16): ta / <no-filter>",
"(1,16)-(1,16): somethingElse / <no-filter>",
"(1,16)-(1,16): otherDocTag / <no-filter>"
]
},
"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 / <no-filter>",
"(2,13)-(2,15): anotherTag / <no-filter>",
"(2,13)-(2,15): otherDocTag / <no-filter>"
]
}
}
}

0 comments on commit e0309f7

Please sign in to comment.