Skip to content

Update tojson.jl#151

Merged
depial merged 1 commit into
mainfrom
depial-patch-1
Feb 15, 2026
Merged

Update tojson.jl#151
depial merged 1 commit into
mainfrom
depial-patch-1

Conversation

@depial
Copy link
Copy Markdown
Contributor

@depial depial commented Feb 15, 2026

This addresses the Test Tunner CI failing in exercism/julia. Specifically, the test name 0-element from old-emoji-times was throwing an error due to an overly generic regex matching.

The new matching criteria in the condition more closely matches the pattern of the regex in the if clause.

This results in concept testset names having to take the form "n. testname" including both the . and the white space after the number n.

This addresses the [Test Tunner CI](https://github.com/exercism/julia/actions/runs/22037583331/job/63673435034) failing in `exercism/julia`. Specifically, the test name `0-element` from `old-emoji-times` was throwing an error due to an overly generic regex matching.

The new matching criteria in the condition more closely matches the pattern of the regex in the if clause. 

This results in concept testset names having to take the form "n. testname" including both the `.` and the white space after the number `n`.
@depial depial merged commit e30658c into main Feb 15, 2026
3 checks passed
@depial depial deleted the depial-patch-1 branch February 15, 2026 15:45
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.

2 participants