Skip to content

Commit 6a410cf

Browse files
committed
[ITB-1853] Extend the assign step to allow an assignment by value for container types (maps and lists)
1 parent f428e80 commit 6a410cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gitb-types-specs/src/main/resources/schema/gitb_tdl.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@
345345
<xsd:attribute name="append" type="xsd:boolean" default="false"/>
346346
<xsd:attribute name="type" type="xsd:string" />
347347
<xsd:attribute name="skipped" type="gitb:BooleanOrVariable"/>
348+
<xsd:attribute name="byValue" type="xsd:boolean" default="false"/>
348349
</xsd:extension>
349350
</xsd:complexContent>
350351
</xsd:complexType>

0 commit comments

Comments
 (0)