summaryrefslogtreecommitdiff
path: root/test/message
diff options
context:
space:
mode:
authorOleg Efimov <efimovov@gmail.com>2010-12-03 04:03:18 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-12-02 17:49:23 -0800
commitc0d69a488380fb3cfc1fb257972730ad5c570ef9 (patch)
tree55c008f6c6713ec30401ced1c49dc5bebe1d1b74 /test/message
parentd3532a4bf294e9cbb7e6f6edec47477310dda14b (diff)
downloadnode-new-c0d69a488380fb3cfc1fb257972730ad5c570ef9.tar.gz
GJSLint part of tests
Diffstat (limited to 'test/message')
-rw-r--r--test/message/2100bytes.js88
-rw-r--r--test/message/hello_world.js4
-rw-r--r--test/message/undefined_reference_in_new_context.js4
3 files changed, 48 insertions, 48 deletions
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');