mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-10 09:48:30 +08:00
4 lines
57 B
Fish
4 lines
57 B
Fish
for i in (seq 100000)
|
|
string match '*o' fooooooo
|
|
end
|