You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct test expectations for type declarations (Issue #53)
The test was expecting the formatter to change 'real' to 'real(8)' which
is incorrect behavior. The formatter should preserve the original type
declaration as written in the source code.
Updated test expectations to match the source declarations:
- Changed expected 'real(8)' to 'real' to match source input
- Fixed multiple test cases with the same issue
The formatter correctly preserves type declarations without modification,
which is the desired behavior. All advanced formatter tests now pass.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments