test: sync record member keyword fixtures - #3121
Open
mjq2020 wants to merge 1 commit into
Open
Conversation
mjq2020
marked this pull request as ready for review
August 14, 2026 01:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
clone,equalityContract, andprintMemberstotest/keywords.txttest/make-keyword-tests.shRoot cause
PR #3078 added the three names directly to
keywords.json, but not to the source list consumed bykeywords.py. Running the documented generator therefore removed those cases. Adding them tokeywords.txtkeeps the JSON, enum schema, and union schema in sync. The small object-boundary reshuffle inkeywords.jsonis expected because the generator splits the ordered list into groups of 64.Tests
npm run buildnpm run test:unit(52 files, 236 tests)npm run lint -- --no-errors-on-unmatchedkeywords.jsonfixture tests for JavaScript, TypeScript, Python, PHP, and GoFixes #3120