cologneintelligence / FitGoodies

Goodies for Fit (Framework for Integration Tests)
GNU General Public License v3.0
4 stars 2 forks source link

Allow Regular Expressions in Comparison #15

Open jochenwierum opened 11 years ago

jochenwierum commented 11 years ago

It would be nice to be able to use regular expressions in comparison operations. Perhaps one could mark a row as "regex compared" by ending the heading with a "/" (i.e. "value?" means "value()" while "value/?" means "value(), but compared with a regex").