Skip to content

Commit 077d517

Browse files
myieyeclaude
andcommitted
Fix trailing comma in the minimized snapshot regression data
The hand-minimized latest.verified.txt left a trailing comma after LexemeForm, which strict deserialization (CanDeserializeLatestRegressionData) rejects and RegressionDataUpToDate flagged. Drop it; data is otherwise unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2cb27a2 commit 077d517

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/FwLite/LcmCrdt.Tests/Data/SnapshotDeserializationRegressionData.latest.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
"Id": "84bb5f48-b2a9-d0c8-85ee-aec9203830ee",
425425
"DeletedAt": null,
426426
"LexemeForm": {
427-
"dkk": "Product",
427+
"dkk": "Product"
428428
},
429429
"CitationForm": {},
430430
"LiteralMeaning": {},

0 commit comments

Comments
 (0)