tasq/node_modules/cardinal/test/fixtures/foo-with-errors.js

4 lines
61 B
JavaScript

function () {
var a = 3; return a > 2 ? true : false;
};