[Spec tests] Add tests for expressions and statements
This commit is contained in:
committed by
Victor Petukhov
parent
5f4a94a1b3
commit
5986ffae1e
Vendored
+1
@@ -8,6 +8,7 @@
|
||||
* RELEVANT PLACES: expressions, additive-expression -> paragraph 1 -> sentence 1
|
||||
* expressions, additive-expression -> paragraph 1 -> sentence 2
|
||||
* expressions, additive-expression -> paragraph 3 -> sentence 1
|
||||
* overloadable-operators -> paragraph 4 -> sentence 1
|
||||
* NUMBER: 1
|
||||
* DESCRIPTION: A + B is exactly the same as A.plus(B)
|
||||
*/
|
||||
|
||||
Vendored
+1
@@ -8,6 +8,7 @@
|
||||
* RELEVANT PLACES: expressions, additive-expression -> paragraph 1 -> sentence 1
|
||||
* expressions, additive-expression -> paragraph 1 -> sentence 2
|
||||
* expressions, additive-expression -> paragraph 3 -> sentence 1
|
||||
* overloadable-operators -> paragraph 4 -> sentence 1
|
||||
* NUMBER: 1
|
||||
* DESCRIPTION: A - B is exactly the same as A.MINUS(B)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user