summaryrefslogtreecommitdiff
path: root/yarns/900-implementations.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/900-implementations.yarn')
-rw-r--r--yarns/900-implementations.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/900-implementations.yarn b/yarns/900-implementations.yarn
index a2e149f..561b096 100644
--- a/yarns/900-implementations.yarn
+++ b/yarns/900-implementations.yarn
@@ -91,5 +91,5 @@ Checking file contents
Does a file match a regular expression?
- IMPLEMENTS THEN file (\S+) matches (\S+)
+ IMPLEMENTS THEN file (\S+) matches (.+)$
grep -e "$MATCH_2" "$DATADIR/$MATCH_1"