Nice/testsuite/compiler/syntax expressions.testsuite,1.9,1.10
Daniel Bonniot <[email protected]>
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice/testsuite/compiler/syntax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1390/testsuite/compiler/syntax
Modified Files:
expressions.testsuite
Log Message:
Moved binary literal tests with other literal tests.
Index: expressions.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/syntax/expressions.testsuite,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** expressions.testsuite 6 Oct 2004 08:23:28 -0000 1.9
--- expressions.testsuite 12 Mar 2005 00:19:16 -0000 1.10
***************
*** 29,32 ****
--- 29,35 ----
assert 1_000.000_1d == 1000.0001d;
+ assert 0xFF == 0b11111111;
+ assert 0xF000 == 0B1111_0000_0000_0000;
+
/// PASS
let a = new A(_b: 0);
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click