fix(tests): correct python/working/__all__ case #524

Merged
ada4a merged 1 commit from wetneb/fix-__all__-test into main 2025-07-22 18:39:50 +02:00 AGit
Owner

By some magic, the test was passing despite a comma missing. Apparently two adjacent string literals are implicitly treated as a concatenation in Python. This restores the intended meaning of the test.

By some magic, the test was passing despite a comma missing. Apparently two adjacent string literals are implicitly treated as a concatenation in Python. This restores the intended meaning of the test.
fix(tests): correct python/working/__all__ case
All checks were successful
/ test (pull_request) Successful in 37s
988377ec1b
ada4a approved these changes 2025-07-22 18:39:30 +02:00
ada4a left a comment
Owner

I think the implicit concatenation thing is for easier construction of multiline literals -- but yeah, what a language

I think the implicit concatenation thing is for easier construction of multiline literals -- but yeah, what a language
ada4a merged commit 4de44867b1 into main 2025-07-22 18:39:50 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mergiraf/mergiraf#524
No description provided.