From f432003648bc7b8e792f8b5069fdd289c37d3375 Mon Sep 17 00:00:00 2001 From: Marek Baczynski Date: Tue, 11 Sep 2007 03:14:53 +0200 Subject: [PATCH] test: converted constexp to UNIX line endings --- simple/constexp.bos | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/simple/constexp.bos b/simple/constexp.bos index 1355c02..decd11e 100644 --- a/simple/constexp.bos +++ b/simple/constexp.bos @@ -1,18 +1,18 @@ -static-var x = 10*9/3+1; // 31 - -Function() -{ - var y; - x = 1<<16; // 65536 - 256 | 1; // 257 - 256 & 1; // 0 - { - y = 25+x*5*3/3; // 25+x*5*3/3 - y = 25+x*(5*3/3); // 25+x*5 - y = 3*5/3*x+25; // 5*x+25 - } - !10; // 0 - ~257; //-258 - x = [15-4]; // lots - [1-0.5+x]; // 0.5+x -} +static-var x = 10*9/3+1; // 31 + +Function() +{ + var y; + x = 1<<16; // 65536 + 256 | 1; // 257 + 256 & 1; // 0 + { + y = 25+x*5*3/3; // 25+x*5*3/3 + y = 25+x*(5*3/3); // 25+x*5 + y = 3*5/3*x+25; // 5*x+25 + } + !10; // 0 + ~257; //-258 + x = [15-4]; // lots + [1-0.5+x]; // 0.5+x +} -- 2.11.4.GIT