Skip to content

Commit

Permalink
Fix up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin committed Dec 8, 2023
1 parent e3e501a commit 3811794
Show file tree
Hide file tree
Showing 79 changed files with 48,445 additions and 7,220 deletions.
236 changes: 118 additions & 118 deletions src/Bicep.Core.Samples/Files/baselines/Completions/declarations.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"detail": "for",
"documentation": {
"kind": "markdown",
"value": "```bicep\n[for item in list: {\n\t\n}]\n```"
"value": "```bicep\n[for item in list: {\n\t\n}]\n``` \n"
},
"deprecated": false,
"preselect": false,
Expand All @@ -23,7 +23,7 @@
"detail": "for-filtered",
"documentation": {
"kind": "markdown",
"value": "```bicep\n[for (item, index) in list: if (condition) {\n\t\n}]\n```"
"value": "```bicep\n[for (item, index) in list: if (condition) {\n\t\n}]\n``` \n"
},
"deprecated": false,
"preselect": false,
Expand All @@ -41,7 +41,7 @@
"detail": "for-indexed",
"documentation": {
"kind": "markdown",
"value": "```bicep\n[for (item, index) in list: {\n\t\n}]\n```"
"value": "```bicep\n[for (item, index) in list: {\n\t\n}]\n``` \n"
},
"deprecated": false,
"preselect": false,
Expand Down Expand Up @@ -73,7 +73,7 @@
"detail": "{}",
"documentation": {
"kind": "markdown",
"value": "```bicep\n{\n\t\n}\n```"
"value": "```bicep\n{\n\t\n}\n``` \n"
},
"deprecated": false,
"preselect": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"detail": "Secure object",
"documentation": {
"kind": "markdown",
"value": "```bicep\nobject\n```"
"value": "```bicep\nobject\n``` \n"
},
"deprecated": false,
"preselect": false,
Expand All @@ -85,7 +85,7 @@
"detail": "Secure string",
"documentation": {
"kind": "markdown",
"value": "```bicep\nstring\n```"
"value": "```bicep\nstring\n``` \n"
},
"deprecated": false,
"preselect": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"detail": "for",
"documentation": {
"kind": "markdown",
"value": "```bicep\n[for item in list: {\n\t\n}]\n```"
"value": "```bicep\n[for item in list: {\n\t\n}]\n``` \n"
},
"deprecated": false,
"preselect": false,
Expand All @@ -23,7 +23,7 @@
"detail": "for-filtered",
"documentation": {
"kind": "markdown",
"value": "```bicep\n[for (item, index) in list: if (condition) {\n\t\n}]\n```"
"value": "```bicep\n[for (item, index) in list: if (condition) {\n\t\n}]\n``` \n"
},
"deprecated": false,
"preselect": false,
Expand All @@ -41,7 +41,7 @@
"detail": "for-indexed",
"documentation": {
"kind": "markdown",
"value": "```bicep\n[for (item, index) in list: {\n\t\n}]\n```"
"value": "```bicep\n[for (item, index) in list: {\n\t\n}]\n``` \n"
},
"deprecated": false,
"preselect": false,
Expand Down

0 comments on commit 3811794

Please sign in to comment.