Files
actions-ansi-to-html/node_modules/cardinal/test/fixtures/foo-with-errors.js
T
2025-11-11 06:53:11 -05:00

4 lines
61 B
JavaScript

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