Skip to content

Commit

Permalink
Add array of wstring with default value
Browse files Browse the repository at this point in the history
Regression test for ros2/rosidl#610

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Sep 30, 2021
1 parent ea4d4f3 commit 8241238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msg/WStrings.msg
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ wstring wstring_value_default3 "ハローワールド"
wstring[3] array_of_wstrings
wstring[<=3] bounded_sequence_of_wstrings
wstring[] unbounded_sequence_of_wstrings
wstring[] unbounded_sequence_of_wstrings_with_default ["Hellö wörld!"]

0 comments on commit 8241238

Please sign in to comment.