| 1249 | }; |
| 1250 | |
| 1251 | void |
| 1252 | test_glyphnames(void) |
| 1253 | { |
| 1254 | int reslt; |
| 1255 | |
| 1256 | reslt = find_glyphs("G_potion_of_monster_detection"); |
| 1257 | reslt = find_glyphs("G_piletop_body_chickatrice"); |
| 1258 | reslt = find_glyphs("G_detected_male_homunculus"); |
| 1259 | reslt = find_glyphs("S_pool"); |
| 1260 | reslt = find_glyphs("S_dog"); |
| 1261 | reslt = glyphs_to_unicode("S_dog", "U+130E6", 0L); |
| 1262 | } |
| 1263 | |
| 1264 | staticfn void |
| 1265 | just_find_callback(int glyph UNUSED, struct find_struct *findwhat UNUSED) |
nothing calls this directly
no test coverage detected