(...pairs: [string, Expression][])
| 519 | // REVIEW.md C8: dictionaryFromExpression looped from index 1 over the 0-based, |
| 520 | // head-stripped operands (dropping the first entry) and returned an unwrapped |
| 521 | // shape for the KeyValuePair branch. |
| 522 | describe('dictionaryFromExpression (REVIEW.md C8)', () => { |
| 523 | it('keeps the first entry of a Dictionary expression', () => { |
| 524 | const d = dictionaryFromExpression([ |
| 525 | 'Dictionary', |
no test coverage detected