aboutsummaryrefslogtreecommitdiff
path: root/Testing/Semantic/test-semantic.p
diff options
context:
space:
mode:
Diffstat (limited to 'Testing/Semantic/test-semantic.p')
-rw-r--r--Testing/Semantic/test-semantic.p4
1 files changed, 2 insertions, 2 deletions
diff --git a/Testing/Semantic/test-semantic.p b/Testing/Semantic/test-semantic.p
index 2cb9b8a..616b6b9 100644
--- a/Testing/Semantic/test-semantic.p
+++ b/Testing/Semantic/test-semantic.p
@@ -42,14 +42,14 @@ begin
(* FUNCTION call check: recursive and correct arguments *)
y := foo( x + foo( y, 0.001, a ) * 1, 2.3, b );
-
+
(* ARRAY access check: recursive, correct arguments *)
y := c[ x + c[y] * 45 ];
(* FUNCTION call and ARRAY access *)
y := foo( x + c[y + foo(c[1], d[2], a)] * 1, 2.3 + d[c[foo(c[3],b,d[y])]] );
- (* IF-THEN check *)
+ (* IF-THEN check *)
if ( c[x] * 6 < 7 + moo( y ) and a > d[c[x]] ) then
begin
c[moo(foo(8,9.10,11.0)) + c[12]] := moo( c[y - 1] )