Skip to content

Update the test expect output format/file - #64

Merged
IsaacG merged 1 commit into
exercism:mainfrom
IsaacG:fix_tests
Sep 1, 2026
Merged

IsaacG merged 1 commit into
exercism:mainfrom
IsaacG:fix_tests

Conversation

@IsaacG

@IsaacG IsaacG commented Sep 1, 2026

Copy link
Copy Markdown
Member

No description provided.

"status": "fail",
"message": "Result for 2015 is: 1, but should be: 0",
"output": "| year | is_leap |\n|------|---------|\n| 1800 | 0 |\n| 1970 | 1 |\n| 1996 | 1 |\n| 2000 | 0 |\n| 2015 | 1 |\n| 2100 | 0 |"
"output": "| year | is_leap |\n|------|---------|\n| 1800 | 0 |\n| 1970 | 1 |\n| 1996 | 1 |\n| 2000 | 0 |\n| 2015 | 1 |\n| 2100 | 0 |"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened here? Why are the 1s now right-justified but the 0s are not?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know. I assume it's one of the version bumps of something somewhere. I didn't care to chase it down when the fix is simple enough and likely going to be required either way.

@IsaacG
IsaacG merged commit 6acfc52 into exercism:main Sep 1, 2026
3 checks passed
@IsaacG
IsaacG deleted the fix_tests branch September 1, 2026 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants