Open zero-plusplus opened 1 year ago
The current specification treats the string before and after the object is output as a label, as follows.
This will be changed so that only the preceding string is treated as a label and the following string is output as a separate log.
; str := "label" ; obj := { key: "value" } {str}{obj}{str} ; => labellabel
The current specification treats the string before and after the object is output as a label, as follows.
This will be changed so that only the preceding string is treated as a label and the following string is output as a separate log.