Skip to content

Commit d39a4dd

Browse files
author
aless.hosry
committed
Commenting MatcherLiteralString
1 parent e44df6f commit d39a4dd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

MoTion/MatcherLiteralString.class.st

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
"
2+
This is a String literal matcher.
3+
Also note that you can express reguar expression inside this and match it also; For example:
4+
```
5+
ClassA % {
6+
#property <=> 'get\s+.*'.
7+
}
8+
```
9+
"
110
Class {
211
#name : 'MatcherLiteralString',
312
#superclass : 'MatcherLiteral',

0 commit comments

Comments
 (0)