Skip to content

matrix: use newline character#112

Merged
keiravillekode merged 1 commit intoexercism:mainfrom
keiravillekode:newline
Mar 23, 2026
Merged

matrix: use newline character#112
keiravillekode merged 1 commit intoexercism:mainfrom
keiravillekode:newline

Conversation

@keiravillekode
Copy link
Copy Markdown
Contributor

We use #10 instead of '\n'

https://www.freepascal.org/docs-html/ref/refse8.html

The C construct of escaping characters in the string (using a backslash) is not supported in Pascal.

resolves #108

We use `exercism#10` instead of '\n'

https://www.freepascal.org/docs-html/ref/refse8.html

> The C construct of escaping characters in the string (using a backslash) is not supported in Pascal.

resolves exercism#108
@keiravillekode keiravillekode requested a review from jimmytty March 22, 2026 21:43
@github-actions
Copy link
Copy Markdown
Contributor

This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested.

If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos.

[no important files changed]

For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping @exercism/maintainers-admin in a comment. Thank you!

@keiravillekode keiravillekode merged commit 1aa5bbb into exercism:main Mar 23, 2026
5 checks passed
@keiravillekode keiravillekode deleted the newline branch March 23, 2026 23:14
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.

matrix should use pascal syntax for newline

2 participants