()
| 433 | |
| 434 | |
| 435 | def test_emit_star(): |
| 436 | context = _build_suggest_context('*', '', None, '', empty_identifier()) |
| 437 | assert _emit_star(context) == [{'type': 'keyword'}] |
| 438 | |
| 439 | |
| 440 | def test_emit_lparen_exists_where(): |
nothing calls this directly
no test coverage detected