Commit 88f2ab4
committed
test(formula): use angle-bracket-free regex fixtures for the residual arm (#6223)
`(?<type>` is unquotable in a GitHub issue or PR body: the sanitizer strips `<`
followed by a letter as an HTML tag at rest, so the fixture that carries this
PR's argument would be destroyed the moment anyone pasted it. `type(` is the
same defect with the same native `SyntaxError` (`Invalid regular expression:
/type(/: Unterminated group`) and survives the round trip. Adds a `syntax[`
fixture for the third keyword while there.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MwoubC3jL271FYt9rGXwxb1 parent 37cb9fc commit 88f2ab4
3 files changed
Lines changed: 5 additions & 4 deletions
File tree
- .changeset
- packages/formula/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
945 | | - | |
| 945 | + | |
946 | 946 | | |
947 | 947 | | |
948 | 948 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
275 | 276 | | |
276 | | - | |
| 277 | + | |
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
| |||
0 commit comments