Test

This is a test.

const code = 'block';

function test(input) {
  console.info(input);
}

test(code);