Support several spec places to which tests are linked and require specify spec version for each test

This commit is contained in:
victor.petukhov
2018-12-28 15:19:20 +03:00
parent cb5f497cbe
commit acd6d354dc
341 changed files with 736 additions and 1039 deletions
@@ -1,9 +1,8 @@
/*
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SECTIONS: constant-literals, integer-literals, binary-integer-literals
* PARAGRAPH: 1
* SENTENCE: [1] A sequence of decimal digit symbols (0 though 9) is a decimal integer literal.
* SPEC VERSION: 0.1-draft
* PLACES: constant-literals, integer-literals, binary-integer-literals -> paragraph 1 -> sentence 1
* NUMBER: 1
* DESCRIPTION: Sequences with binary digit symbols.
*/
@@ -1,9 +1,8 @@
/*
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SECTIONS: constant-literals, integer-literals, binary-integer-literals
* PARAGRAPH: 1
* SENTENCE: [2] A sequence of decimal digit symbols (0 though 9) is a decimal integer literal.
* SPEC VERSION: 0.1-draft
* PLACES: constant-literals, integer-literals, binary-integer-literals -> paragraph 1 -> sentence 2
* NUMBER: 1
* DESCRIPTION: Sequences with binary digit symbols separated by underscores.
*/
@@ -1,9 +1,8 @@
/*
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SECTIONS: constant-literals, integer-literals, decimal-integer-literals
* PARAGRAPH: 1
* SENTENCE: [1] A sequence of decimal digit symbols (0 though 9) is a decimal integer literal.
* SPEC VERSION: 0.1-draft
* PLACES: constant-literals, integer-literals, decimal-integer-literals -> paragraph 1 -> sentence 1
* NUMBER: 1
* DESCRIPTION: Sequences with decimal digit symbols.
*/
@@ -1,9 +1,8 @@
/*
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SECTIONS: constant-literals, integer-literals, decimal-integer-literals
* PARAGRAPH: 1
* SENTENCE: [2] Digits may be separated by an underscore symbol, but no underscore can be placed before the first digit or after the last one.
* SPEC VERSION: 0.1-draft
* PLACES: constant-literals, integer-literals, decimal-integer-literals -> paragraph 1 -> sentence 2
* NUMBER: 1
* DESCRIPTION: Sequences with decimal digit symbols separated by underscores.
*/
@@ -1,9 +1,8 @@
/*
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SECTIONS: constant-literals, integer-literals, hexadecimal-integer-literals
* PARAGRAPH: 1
* SENTENCE: [1] A sequence of decimal digit symbols (0 though 9) is a decimal integer literal.
* SPEC VERSION: 0.1-draft
* PLACES: constant-literals, integer-literals, hexadecimal-integer-literals -> paragraph 1 -> sentence 1
* NUMBER: 1
* DESCRIPTION: Sequences with hexadecimal digit symbols.
*/
@@ -1,9 +1,8 @@
/*
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SECTIONS: constant-literals, integer-literals, hexadecimal-integer-literals
* PARAGRAPH: 1
* SENTENCE: [2] A sequence of decimal digit symbols (0 though 9) is a decimal integer literal.
* SPEC VERSION: 0.1-draft
* PLACES: constant-literals, integer-literals, hexadecimal-integer-literals -> paragraph 1 -> sentence 2
* NUMBER: 1
* DESCRIPTION: Sequences with hexadecimal digit symbols separated by underscores.
*/
@@ -1,9 +1,8 @@
/*
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SECTIONS: constant-literals, integer-literals, long-integer-literals
* PARAGRAPH: 1
* SENTENCE: [1] A sequence of decimal digit symbols (0 though 9) is a decimal integer literal.
* SPEC VERSION: 0.1-draft
* PLACES: constant-literals, integer-literals, long-integer-literals -> paragraph 1 -> sentence 1
* NUMBER: 1
* DESCRIPTION: Decimal integer literals with long literal mark.
*/
@@ -1,9 +1,8 @@
/*
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SECTIONS: constant-literals, integer-literals, long-integer-literals
* PARAGRAPH: 1
* SENTENCE: [1] A sequence of decimal digit symbols (0 though 9) is a decimal integer literal.
* SPEC VERSION: 0.1-draft
* PLACES: constant-literals, integer-literals, long-integer-literals -> paragraph 1 -> sentence 1
* NUMBER: 2
* DESCRIPTION: Hexadecimal integer literals with long literal mark.
*/
@@ -1,9 +1,8 @@
/*
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SECTIONS: constant-literals, integer-literals, long-integer-literals
* PARAGRAPH: 1
* SENTENCE: [1] A sequence of decimal digit symbols (0 though 9) is a decimal integer literal.
* SPEC VERSION: 0.1-draft
* PLACES: constant-literals, integer-literals, long-integer-literals -> paragraph 1 -> sentence 1
* NUMBER: 3
* DESCRIPTION: Binary integer literals with long literal mark.
*/