This commit is contained in:
Kovid Goyal 2022-05-24 17:19:36 +05:30
commit 47009b94db
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -513,6 +513,7 @@ class _Parser:
is_list = True
list_expr = self.top_expr()
if self.token_is('separator'):
self.consume()
separator = self.expr()
else:
separator = None