Improve test name in Ona module
This commit is contained in:
parent
c8992fec99
commit
a471fd4663
|
@ -135,7 +135,7 @@ pub fn Spliterator(comptime Element: type) type {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
test "Spliteration" {
|
test "Spliterating text" {
|
||||||
const testing = std.testing;
|
const testing = std.testing;
|
||||||
|
|
||||||
// Single-character delimiter.
|
// Single-character delimiter.
|
||||||
|
|
Loading…
Reference in New Issue