[Spec tests] Add property helpers to testMaps
This commit is contained in:
+10
-5
@@ -8,7 +8,8 @@
|
||||
"description": "checking of type for Boolean values: impossible to use as identifiers",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/boolean-literals/p-1/neg/2.1.kt",
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
"linkType": "main",
|
||||
"helpers": "checkType"
|
||||
}
|
||||
],
|
||||
"3": [
|
||||
@@ -18,7 +19,8 @@
|
||||
"description": "Checking of type for Boolean values",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/boolean-literals/p-1/neg/3.1.kt",
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
"linkType": "main",
|
||||
"helpers": "checkType"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -30,7 +32,8 @@
|
||||
"description": "checking of type for Boolean values: possible to use as identifiers if surround with backticks",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/boolean-literals/p-1/pos/2.1.kt",
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
"linkType": "main",
|
||||
"helpers": "checkType"
|
||||
}
|
||||
],
|
||||
"3": [
|
||||
@@ -40,7 +43,8 @@
|
||||
"description": "Checking of type for Boolean values",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/boolean-literals/p-1/pos/3.1.kt",
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
"linkType": "main",
|
||||
"helpers": "checkType"
|
||||
},
|
||||
{
|
||||
"specVersion": "0.1-100",
|
||||
@@ -48,7 +52,8 @@
|
||||
"description": "Checking of subtype for Boolean values",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/boolean-literals/p-1/pos/3.2.kt",
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
"linkType": "main",
|
||||
"helpers": "checkType"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user