Skip to content
Snippets Groups Projects
Commit 23ed26d5 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add missing ListAffectationProcessor tests

Mainly test that subscript values can be affected in lists such as
``
R^3 x;
(x[1], x[0], x[2]) = (1, 2, 3);
``
then `x` contains `(2, 1, 3)`
parent 82ec5279
No related branches found
No related tags found
1 merge request!37Feature/language
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment