Add test for prefix increments in while loops: do { } while (++i < x);
authorMathias Hasselmann <mathias.hasselmann@gmx.de>
Mon, 20 Aug 2007 21:30:39 +0000 (21:30 +0000)
committerMathias Hasselmann <hasselmm@src.gnome.org>
Mon, 20 Aug 2007 21:30:39 +0000 (21:30 +0000)
commit62bccb3fee57b7057643373e658ae6157f928f17
treeb0e66c214ab1735d4b3fd68ab90ae5974310efbf
parent078c5eddfdb5d9e13987e2241a0070cde0b40ad7
Add test for prefix increments in while loops: do { } while (++i < x);

2007-08-20  Mathias Hasselmann  <mathias.hasselmann@gmx.de>

* tests/test-027.*: Add test for prefix increments
in while loops: do { } while (++i < x);

svn path=/trunk/; revision=490
ChangeLog
tests/test-027.out
tests/test-027.vala