Skip to content

Conversation

Pantani
Copy link
Collaborator

@Pantani Pantani commented May 7, 2025

Use the xast package to add a test case to a table. The test will add a new test case with weird indentation. This PR fixes this issue and adds a new test case.

eg:

		}, {
			desc: "valid first genesis state",
			genState: GenesisState{}}, {
			desc: "valid second genesis state",
			genState: GenesisState{}},

Expected:

		}, {
			desc:     "valid first genesis state",
			genState: GenesisState{},
		}, {
			desc:     "valid second genesis state",
			genState: GenesisState{},
		},

@Pantani Pantani self-assigned this May 7, 2025
@github-actions github-actions bot added component:ci CI/CD workflow and automated jobs. component:configs component:packages labels May 7, 2025
@Pantani Pantani requested review from salmad3 and toschdev as code owners May 7, 2025 06:03
@julienrbrt julienrbrt merged commit 25a251d into main May 7, 2025
43 checks passed
@julienrbrt julienrbrt deleted the fix/xast-test-case-function branch May 7, 2025 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants