Closed effigies closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.23%. Comparing base (
c06e88d
) to head (0dcda48
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Re-pushed just the test to show that it fails. Now pushing the fix to show that it resolves the problem.
Added some argumentation into the comments of the test to explain to future us why the fix is here, not in the schema.
Far out, didn't know about String.raw...
. Looks good to me.
Was testing https://github.com/bids-standard/bids-specification/pull/1879 and getting odd results. Turns out that our creating a function from strings can collapse escapes. This only appears to affect
match()
expressions right now.Will work on a test.