ead08810df9f1ddc20a0c006c3a85a112b740fad
[platform/upstream/nodejs.git] / test / message / 2100bytes.js
1 // Copyright Joyent, Inc. and other Node contributors.
2 //
3 // Permission is hereby granted, free of charge, to any person obtaining a
4 // copy of this software and associated documentation files (the
5 // "Software"), to deal in the Software without restriction, including
6 // without limitation the rights to use, copy, modify, merge, publish,
7 // distribute, sublicense, and/or sell copies of the Software, and to permit
8 // persons to whom the Software is furnished to do so, subject to the
9 // following conditions:
10 //
11 // The above copyright notice and this permission notice shall be included
12 // in all copies or substantial portions of the Software.
13 //
14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15 // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
17 // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
18 // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19 // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
20 // USE OR OTHER DEALINGS IN THE SOFTWARE.
21
22
23
24
25 var common = require('../common');
26 var assert = require('assert');
27 var util = require('util');
28
29 console.log([
30   '_______________________________________________50',
31   '______________________________________________100',
32   '______________________________________________150',
33   '______________________________________________200',
34   '______________________________________________250',
35   '______________________________________________300',
36   '______________________________________________350',
37   '______________________________________________400',
38   '______________________________________________450',
39   '______________________________________________500',
40   '______________________________________________550',
41   '______________________________________________600',
42   '______________________________________________650',
43   '______________________________________________700',
44   '______________________________________________750',
45   '______________________________________________800',
46   '______________________________________________850',
47   '______________________________________________900',
48   '______________________________________________950',
49   '_____________________________________________1000',
50   '_____________________________________________1050',
51   '_____________________________________________1100',
52   '_____________________________________________1150',
53   '_____________________________________________1200',
54   '_____________________________________________1250',
55   '_____________________________________________1300',
56   '_____________________________________________1350',
57   '_____________________________________________1400',
58   '_____________________________________________1450',
59   '_____________________________________________1500',
60   '_____________________________________________1550',
61   '_____________________________________________1600',
62   '_____________________________________________1650',
63   '_____________________________________________1700',
64   '_____________________________________________1750',
65   '_____________________________________________1800',
66   '_____________________________________________1850',
67   '_____________________________________________1900',
68   '_____________________________________________1950',
69   '_____________________________________________2000',
70   '_____________________________________________2050',
71   '_____________________________________________2100'
72 ].join('\n'));
73