()
| 34 | |
| 35 | |
| 36 | def test_ohio_flag(): |
| 37 | # I did not expect to find the "Flag of Ohio" emoji in the wild but there it is. |
| 38 | # Test that this emoji (which no emoji database believes has been implemented) |
| 39 | # passes through unchanged. |
| 40 | text = "#superman #ohio 🏴\U000e0075\U000e0073\U000e006f\U000e0068\U000e007f #cleveland #usa 🇺🇸" |
| 41 | assert fix_text(text) == text |
| 42 | |
| 43 | |
| 44 | def test_surrogates(): |
nothing calls this directly
no test coverage detected