checkEqual should use the conditional operator");'
- text: ''
testString: 'assert(checkEqual(1, 2) === false, "checkEqual(1, 2) should return false");'
- text: ''
testString: 'assert(checkEqual(1, 1) === true, "checkEqual(1, 1) should return true");'
- text: ''
testString: 'assert(checkEqual(1, -1) === false, "checkEqual(1, -1) should return false");'
```