a should have a value of 7");'
- text: ''
testString: 'assert(typeof b === "number" && b === 7, "b should have a value of 7");'
- text: ''
testString: 'assert(/b\s*=\s*a\s*;/g.test(code), "a should be assigned to b with =");'
```