(expr)
| 28 | } |
| 29 | |
| 30 | function parseAndStringifyWithParens (expr) { |
| 31 | return parse(expr).toString({ parenthesis: 'all' }) |
| 32 | } |
| 33 | |
| 34 | describe('parse', function () { |
| 35 | it('should parse a single expression', function () { |
no test coverage detected
searching dependent graphs…