Lines Matching refs:input
75 input: 'foo',
83 input: 'koo',
95 input: 'a',
99 input: " { b: 1 }['b'] === 1",
109 input: "{ b: 1 }['b'] === 1;",
120 input: '{ a: true }',
127 input: '{ a: true };',
135 input: ' \t { a: true};',
144 input: '1n + 2n',
153 input: '{};1',
165 for (const { input, noPreview, preview } of testCases) {
166 console.log(`Testing ${input}`);
168 const toBeRun = input.split('\n');
180 if (preview.length !== 1 || preview[0] !== `${input}\r`)