Fix examples with changes in lexer

This commit is contained in:
Cédric Pasteur 2010-07-15 13:22:42 +02:00
parent 0c1860ccbd
commit a158977188

View file

@ -19,6 +19,6 @@ node f(x: t1; z1:t2) returns (o:t2)
o = z1;
m = { z = { y = 2; x = 1 }; u = 3 };
z = { x = 4; y = 2 };
r = m.z.x;
r = (m.z).x;
tel