Missing ':' in format part of interpolation (#3679)

This commit is contained in:
Neal Gafter 2020-07-15 09:23:26 -07:00 committed by GitHub
parent c46030b7fd
commit f1533732b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -698,7 +698,7 @@ single_regular_balanced_text_character
;
interpolation_format
: interpolation_format_character+
: ':' interpolation_format_character+
;
interpolation_format_character