hapipal / confidence

Dynamic, declarative configurations
Other
264 stars 44 forks source link

Regex values values become objects #57

Closed jchoi2x closed 8 years ago

jchoi2x commented 8 years ago

image

The keys for test become {} instead of remaining regex value.

image

Coobaha commented 8 years ago

@kizzlebot as a workaround - wrap regex test with a function.

patrickkettner commented 8 years ago

regex is actually an invalid type in confidence, so you'll want to wrap it in a function, or store as a string