Skip to content

Commit d2f14c1

Browse files
committed
Add array of wstring with default value
Regression test for ros2/rosidl#610 Signed-off-by: Jacob Perron <[email protected]>
1 parent ea4d4f3 commit d2f14c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

msg/WStrings.msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ wstring wstring_value_default3 "ハローワールド"
88
wstring[3] array_of_wstrings
99
wstring[<=3] bounded_sequence_of_wstrings
1010
wstring[] unbounded_sequence_of_wstrings
11+
wstring[] unbounded_sequence_of_wstrings_with_default ["Hellö wörld!"]

0 commit comments

Comments
 (0)