vexx32 / PSKoans

A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.
GNU General Public License v3.0
1.72k stars 176 forks source link

Fixes #470 #471

Closed DEberhardt closed 2 years ago

DEberhardt commented 2 years ago

It 'does not need to match the entire string' now has $matches[0] populated without having to test again.

Unsure whether a retest within the following IT statements would be better for flow, but this works.

PR Summary

Context

Changes

Checklist