File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ Protocol|http://testanything.org>.
74
74
— is I < not > a given value (C < cmp > semantics)
75
75
76
76
= item L « C < is-approx > |/language/testing#index-entry-is-approx-is-approx($value,_$expected,_$description?)»
77
- — compare approximate numerical value
77
+ — approximately equals to a numerical value
78
78
79
79
80
80
= item L « C < like > |/language/testing#index-entry-like-like($value,_$expected-regex,_$description?)»
81
- — matches given regex
81
+ — matches a given regex
82
82
83
83
= item L « C < unlike > |/language/testing#index-entry-unlike-unlike($value,_$expected-regex,_$description?)»
84
- — does not match given regex
84
+ — does not match a given regex
85
85
86
86
87
87
= item L « C < use-ok > |/language/testing#index-entry-use-ok-use-ok($module)»
@@ -107,7 +107,7 @@ Protocol|http://testanything.org>.
107
107
— a given string of code dies when evaled
108
108
109
109
= item L « C < eval-lives-ok > |/language/testing#index-entry-eval-lives-ok-eval-lives-ok($string,_$description?)»
110
- — a given string of code does not when evaled
110
+ — a given string of code does not die when evaled
111
111
112
112
= item L « C < throws-like > |/language/testing#index-entry-throws-like)»
113
113
— a given block of code (or string to be evaled) throws a given exception
You can’t perform that action at this time.
0 commit comments