[Spec tests] Change metadata structure of implementation and spec tests

This commit is contained in:
anastasiia.spaseeva
2020-04-01 19:14:46 +03:00
parent 80cd26c9df
commit d32aca87d1
925 changed files with 2330 additions and 1657 deletions
@@ -4,8 +4,8 @@
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-220
* PLACE: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 2
* RELEVANT PLACES: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 1
* MAIN LINK: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 2
* PRIMARY LINKS: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 1
* NUMBER: 1
* DESCRIPTION: For an expression e!!, if the type of e is nullable, a not-null assertion expression checks, whether the evaluation result of e is equal to null and, if it is, throws a runtime exception.
*/
@@ -4,8 +4,8 @@
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-220
* PLACE: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 2
* RELEVANT PLACES: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 1
* MAIN LINK: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 2
* PRIMARY LINKS: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 1
* NUMBER: 2
* DESCRIPTION: For an expression e!!, if the type of e is nullable, a not-null assertion expression checks, whether the evaluation result of e is equal to null and, if it is, throws a runtime exception.
*/
@@ -4,7 +4,7 @@
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-220
* PLACE: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 3
* MAIN LINK: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 3
* NUMBER: 1
* DESCRIPTION: If the evaluation result of e is not equal to null, the result of e!! is the evaluation result of e.
*/