From c0d69a488380fb3cfc1fb257972730ad5c570ef9 Mon Sep 17 00:00:00 2001 From: Oleg Efimov Date: Fri, 3 Dec 2010 04:03:18 +0300 Subject: GJSLint part of tests --- test/message/2100bytes.js | 88 +++++++++++----------- test/message/hello_world.js | 4 +- test/message/undefined_reference_in_new_context.js | 4 +- 3 files changed, 48 insertions(+), 48 deletions(-) (limited to 'test/message') diff --git a/test/message/2100bytes.js b/test/message/2100bytes.js index cc371f0db0..f4da1a3e57 100644 --- a/test/message/2100bytes.js +++ b/test/message/2100bytes.js @@ -1,49 +1,49 @@ -common = require("../common"); -assert = common.assert +common = require('../common'); +assert = common.assert; util = require('util'); console.log([ - '_______________________________________________50', - '______________________________________________100', - '______________________________________________150', - '______________________________________________200', - '______________________________________________250', - '______________________________________________300', - '______________________________________________350', - '______________________________________________400', - '______________________________________________450', - '______________________________________________500', - '______________________________________________550', - '______________________________________________600', - '______________________________________________650', - '______________________________________________700', - '______________________________________________750', - '______________________________________________800', - '______________________________________________850', - '______________________________________________900', - '______________________________________________950', - '_____________________________________________1000', - '_____________________________________________1050', - '_____________________________________________1100', - '_____________________________________________1150', - '_____________________________________________1200', - '_____________________________________________1250', - '_____________________________________________1300', - '_____________________________________________1350', - '_____________________________________________1400', - '_____________________________________________1450', - '_____________________________________________1500', - '_____________________________________________1550', - '_____________________________________________1600', - '_____________________________________________1650', - '_____________________________________________1700', - '_____________________________________________1750', - '_____________________________________________1800', - '_____________________________________________1850', - '_____________________________________________1900', - '_____________________________________________1950', - '_____________________________________________2000', - '_____________________________________________2050', - '_____________________________________________2100', + '_______________________________________________50', + '______________________________________________100', + '______________________________________________150', + '______________________________________________200', + '______________________________________________250', + '______________________________________________300', + '______________________________________________350', + '______________________________________________400', + '______________________________________________450', + '______________________________________________500', + '______________________________________________550', + '______________________________________________600', + '______________________________________________650', + '______________________________________________700', + '______________________________________________750', + '______________________________________________800', + '______________________________________________850', + '______________________________________________900', + '______________________________________________950', + '_____________________________________________1000', + '_____________________________________________1050', + '_____________________________________________1100', + '_____________________________________________1150', + '_____________________________________________1200', + '_____________________________________________1250', + '_____________________________________________1300', + '_____________________________________________1350', + '_____________________________________________1400', + '_____________________________________________1450', + '_____________________________________________1500', + '_____________________________________________1550', + '_____________________________________________1600', + '_____________________________________________1650', + '_____________________________________________1700', + '_____________________________________________1750', + '_____________________________________________1800', + '_____________________________________________1850', + '_____________________________________________1900', + '_____________________________________________1950', + '_____________________________________________2000', + '_____________________________________________2050', + '_____________________________________________2100' ].join('\n')); diff --git a/test/message/hello_world.js b/test/message/hello_world.js index 522d64903b..6f60c4cc0e 100644 --- a/test/message/hello_world.js +++ b/test/message/hello_world.js @@ -1,4 +1,4 @@ -common = require("../common"); -assert = common.assert +common = require('../common'); +assert = common.assert; console.log('hello world'); diff --git a/test/message/undefined_reference_in_new_context.js b/test/message/undefined_reference_in_new_context.js index b7d8d22541..67fe9be494 100644 --- a/test/message/undefined_reference_in_new_context.js +++ b/test/message/undefined_reference_in_new_context.js @@ -1,5 +1,5 @@ -common = require("../common"); -assert = common.assert +common = require('../common'); +assert = common.assert; common.error('before'); -- cgit v1.2.1