mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
- Tests basic URLSearchParams formatting with key-value pairs - Tests empty URLSearchParams formatting - Tests depth and breakLength options - Tests URLSearchParams iterators (keys, values, entries) - Tests iterator consumption behavior - Tests error handling for invalid custom inspect calls - Tests special characters and unicode handling - Tests duplicate keys behavior Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>