Commit 88e8c85
Use Rust escape sequences in misc.rs for invisible/control char tests
Replace literal binary bytes (U+200B zero-width space and null byte) in
test source code with Rust escape sequences (\u{200b} and \0), making
tests/misc.rs a pure-ASCII file searchable by ripgrep and Neovim Telescope.
The escape sequences expand to the actual characters at runtime, so test
behavior is unchanged.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9ab39c8 commit 88e8c85
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2252 | 2252 | | |
2253 | 2253 | | |
2254 | 2254 | | |
2255 | | - | |
| 2255 | + | |
2256 | 2256 | | |
2257 | 2257 | | |
2258 | | - | |
| 2258 | + | |
2259 | 2259 | | |
2260 | 2260 | | |
2261 | 2261 | | |
| |||
2267 | 2267 | | |
2268 | 2268 | | |
2269 | 2269 | | |
2270 | | - | |
| 2270 | + | |
2271 | 2271 | | |
2272 | 2272 | | |
2273 | 2273 | | |
2274 | | - | |
| 2274 | + | |
2275 | 2275 | | |
2276 | 2276 | | |
2277 | | - | |
| 2277 | + | |
2278 | 2278 | | |
2279 | 2279 | | |
2280 | 2280 | | |
| |||
0 commit comments