mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
13 lines
657 B
Text
13 lines
657 B
Text
--- lib/cucumber/glue/registry_and_more.rb.orig 2023-10-07 11:47:11 UTC
|
|
+++ lib/cucumber/glue/registry_and_more.rb
|
|
@@ -206,8 +206,8 @@ module Cucumber
|
|
id: @configuration.id_generator.new_id,
|
|
name: parameter_type.name,
|
|
regular_expressions: parameter_type.regexps.map(&:to_s),
|
|
- prefer_for_regular_expression_match: parameter_type.prefer_for_regexp_match?,
|
|
- use_for_snippets: parameter_type.use_for_snippets?
|
|
+ prefer_for_regular_expression_match: parameter_type.prefer_for_regexp_match,
|
|
+ use_for_snippets: parameter_type.use_for_snippets
|
|
)
|
|
)
|
|
end
|