handle leading space in array strings

This commit is contained in:
Robin Appelman 2023-12-19 19:44:17 +01:00
commit 63b3bdbefd
5 changed files with 7 additions and 8 deletions

View file

@ -1,7 +1,7 @@
"Types" {
fixed_array "[1 2 3]"
flex_array "[1.0 2.2]"
tuple "[1 57]"
tuple "[ 1 57]"
single 1.2
triple "{1.2 1.3 1.4}"
single_int 2