diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2023-03-30 20:35:26 +1300 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2023-03-30 20:35:26 +1300 |
| commit | 9f32fd6424386336a332b0b50a7fd6ebce95345e (patch) | |
| tree | 66a52d8def46b582915758503578fed4ae01c4b4 /spec/practical/words_spec.cr | |
| parent | ec5c32d902148ab958cd4aac82b473fc8242d5af (diff) | |
Add example tags to example tests
Diffstat (limited to 'spec/practical/words_spec.cr')
| -rw-r--r-- | spec/practical/words_spec.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/practical/words_spec.cr b/spec/practical/words_spec.cr index 35a4113..4713694 100644 --- a/spec/practical/words_spec.cr +++ b/spec/practical/words_spec.cr @@ -2,7 +2,7 @@ require "../spec_helper" include Parcom -describe "Text surrounded by whitespace" do +describe "Text surrounded by whitespace", tags: "example" do ws_char = Parser(Char, Char).satisfy(&.whitespace?) normal_char = Parser(Char, Char).satisfy { |c| !c.whitespace? } |
