[Spec tests] Add path element at testMaps for main links also

This commit is contained in:
anastasiia.spaseeva
2020-04-20 14:48:17 +03:00
parent d94c212a60
commit 3a46b5a45a
106 changed files with 679 additions and 6 deletions
@@ -6,6 +6,7 @@
"specVersion": "0.1-100",
"casesNumber": 4,
"description": "Binary integer literals with an underscore after the prefix.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/binary-integer-literals/p-1/neg/2.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -13,6 +14,7 @@
"specVersion": "0.1-100",
"casesNumber": 7,
"description": "Binary integer literals with an underscore in the last position.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/binary-integer-literals/p-1/neg/2.3.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -20,6 +22,7 @@
"specVersion": "0.1-100",
"casesNumber": 11,
"description": "Binary integer literals with an underscore in the first position (it\u0027s considered as identifiers).",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/binary-integer-literals/p-1/neg/2.2.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -29,6 +32,7 @@
"specVersion": "0.1-100",
"casesNumber": 2,
"description": "Binary integer literals with the prefix only.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/binary-integer-literals/p-1/neg/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -6,6 +6,7 @@
"specVersion": "0.1-100",
"casesNumber": 8,
"description": "Integer literals with an underscore in the first position (it\u0027s considered as identifiers).",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/decimal-integer-literals/p-1/neg/2.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -13,6 +14,7 @@
"specVersion": "0.1-100",
"casesNumber": 8,
"description": "Integer literals with an underscore in the first position (it\u0027s considered as identifiers).",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/decimal-integer-literals/p-1/neg/2.3.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -20,6 +22,7 @@
"specVersion": "0.1-100",
"casesNumber": 8,
"description": "Integer literals with an underscore in the first position (it\u0027s considered as identifiers).",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/decimal-integer-literals/p-1/neg/2.2.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -6,6 +6,7 @@
"specVersion": "0.1-100",
"casesNumber": 4,
"description": "Hexadecimal integer literals with an underscore after the prefix.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/hexadecimal-integer-literals/p-1/neg/2.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -13,6 +14,7 @@
"specVersion": "0.1-100",
"casesNumber": 7,
"description": "Hexadecimal integer literals with an underscore in the last position.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/hexadecimal-integer-literals/p-1/neg/2.4.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -20,6 +22,7 @@
"specVersion": "0.1-100",
"casesNumber": 11,
"description": "Hexadecimal integer literals with an underscore in the first position (it\u0027s considered as identifiers).",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/hexadecimal-integer-literals/p-1/neg/2.3.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -27,6 +30,7 @@
"specVersion": "0.1-100",
"casesNumber": 11,
"description": "Hexadecimal integer literals with an underscore in the first position (it\u0027s considered as identifiers).",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/hexadecimal-integer-literals/p-1/neg/2.2.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -36,6 +40,7 @@
"specVersion": "0.1-100",
"casesNumber": 2,
"description": "Hexadecimal integer literals with the prefix only.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/integer-literals/hexadecimal-integer-literals/p-1/neg/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}