lib/cucumber/messages.deserializers.rb in cucumber-messages-21.0.1 vs lib/cucumber/messages.deserializers.rb in cucumber-messages-22.0.0
- old
+ new
@@ -592,9 +592,10 @@
name: hash[:name],
regular_expressions: hash[:regularExpressions],
prefer_for_regular_expression_match: hash[:preferForRegularExpressionMatch],
use_for_snippets: hash[:useForSnippets],
id: hash[:id],
+ source_reference: SourceReference.from_h(hash[:sourceReference]),
)
end
end
class ParseError