You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note in particular that we have am) parsed as a word (including the trailing parenthesis).
Expected result
I'm not sure exactly what the tree should look like, but I definitely didn't expect the trailing parenthesis from the substitution group to be parsed as part of a word. I would broadly expect this to be functionally similar to doing the following (below), except maybe with midnight as the text value for both "12" and "am" instead of as a separate word?
Minimum reproducible example
Actual result
Note in particular that we have
am)
parsed as a word (including the trailing parenthesis).Expected result
I'm not sure exactly what the tree should look like, but I definitely didn't expect the trailing parenthesis from the substitution group to be parsed as part of a word. I would broadly expect this to be functionally similar to doing the following (below), except maybe with midnight as the text value for both "12" and "am" instead of as a separate word?
The text was updated successfully, but these errors were encountered: