mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-29 06:19:59 +00:00
Let's enable validation of examples. failures should trip errors.
Also make them verbose so we can see what is going on.
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ if $0 == __FILE__
|
||||
# --strippables are dealt with separately since the user is allowed to
|
||||
# enter any valid regular expression as argument
|
||||
options = option_maker(options, 'strippables', Regexp.last_match(1))
|
||||
when /^--([a-zA-Z0-9._\\\/:\s]+)="?([a-zA-Z0-9._\-\\\/:\s;]*)"?/x
|
||||
when /^--([a-zA-Z0-9._\\\/:\s]+)="?([a-zA-Z0-9._\-\\\/:\s;@#%!$&\(\)\*]*)"?/x
|
||||
options = option_maker(options, Regexp.last_match(1),
|
||||
Regexp.last_match(2))
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user