Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/lists/src/engine.rfc4180.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ describe('every cell survives a third-party parser round trip', () => {
// round trip is the only place the guard's real contract is observable: after
// parsing, no cell may still start with a trigger character, INCLUDING when the
// trigger hides behind leading invisible characters. `\uFEFF=HYPERLINK(...)`
// is not a formula to an anchored `/^[=+\-@\t\r]/` but it is one to Excel.
// is not a formula to the pre-hardening guard, which anchored the trigger
// characters at offset 0, but it is one to Excel.
// ---------------------------------------------------------------------------

const TRIGGERS = ['=', '+', '-', '@', '\t', '\r'];
Expand Down
Loading