This commit is contained in:
DaanV2
2021-11-28 13:05:54 +01:00
parent d6c02b9c08
commit c43b7f33b6

View File

@@ -7,11 +7,11 @@
"filters_spec": { "filters_spec": {
"defaultSnippets": [ "defaultSnippets": [
{ {
"label": "new test", "label": "New Test",
"body": { "test": "$1", "value": "$2" } "body": { "test": "$1", "value": "$2" }
}, },
{ {
"label": "new all_of test", "label": "New All_of Test",
"body": { "body": {
"all_of": [ "all_of": [
{ "test": "$1", "value": "$2" }, { "test": "$1", "value": "$2" },
@@ -20,7 +20,7 @@
} }
}, },
{ {
"label": "new any_of test", "label": "New Any_of Test",
"body": { "body": {
"any_of": [ "any_of": [
{ "test": "$1", "value": "$2" }, { "test": "$1", "value": "$2" },
@@ -29,7 +29,7 @@
} }
}, },
{ {
"label": "new none_of test", "label": "New None_of Test",
"body": { "body": {
"none_of": [ "none_of": [
{ "test": "$1", "value": "$2" }, { "test": "$1", "value": "$2" },