summaryrefslogtreecommitdiff
path: root/tests/strwidth.ha
blob: e3863d6ae514e1c41ce28ba52c9334fed905edaa (plain)
1
2
3
4
5
6
use tui;

@test
fn strwidth() void = {
	assert(tui::strwidth("大ぁ😀f") == 7);
};