Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
cb4c7d10
Commit
cb4c7d10
authored
Aug 10, 2014
by
Maxime Perrotin
Browse files
Fixed regression in test9
parent
29081790
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/test9/challenge.pr
View file @
cb4c7d10
/* CIF PROCESS (150, 150), (150, 75) */
PROCESS challenge;
/* CIF TEXT (922, 91), (298, 120) */
dcl count, actual_count CountTab;
dcl pow_value T_UInt32 := 0;
dcl check T_UInt8;
dcl bitwise SeqBit;
dcl bitwise2 SeqBit2;
dcl boolwise t_Boolean;
/* CIF ENDTEXT */
/* CIF TEXT (0, 26), (502, 179) */
procedure test;
fpar in first t_UInt8,
...
...
@@ -19,11 +10,20 @@ dcl testvalue t_boolean := true;
dcl nested Nested := {a {b {c {p {x 1, y 2}, l {3, 4}}}}};
/* CIF ENDTEXT */
/* CIF TEXT (922, 91), (298, 120) */
dcl count, actual_count CountTab;
dcl pow_value T_UInt32 := 0;
dcl check T_UInt8;
dcl bitwise SeqBit;
dcl bitwise2 SeqBit2;
dcl boolwise t_Boolean;
/* CIF ENDTEXT */
/* CIF START (632, 24), (68, 37) */
START;
/* CIF TASK (5
73
, 76), (18
4
, 72) */
TASK for x in range(count):
/* CIF TASK (5
56
, 76), (
2
18, 72) */
TASK for x in range(
length(
count)
)
:
count(x) := count_max
actual_count(x) := 0
endfor;
...
...
@@ -31,7 +31,7 @@ endfor;
TASK nested := {a {b {c {p {x 1, y 2}, l {3, 4}}}}};
/* CIF NEXTSTATE (631, 213), (70, 35) */
NEXTSTATE Wait;
/* CIF STATE (75
7
, 11), (68, 35) */
/* CIF STATE (75
6
, 11), (68, 35) */
STATE Wait;
ENDSTATE;
/* CIF STATE (631, 213), (70, 35) */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment