(text, include, expected)
| 201 | ], |
| 202 | ) |
| 203 | def test_last_word(text, include, expected): |
| 204 | assert last_word(text, include=include) == expected |
| 205 | |
| 206 | |
| 207 | def test_is_subselect_returns_false_for_non_group_token(): |
nothing calls this directly
no test coverage detected