mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Remove trailing commas in Translated
This commit is contained in:
parent
b08a0c0665
commit
d4c2bb34eb
2 changed files with 2 additions and 3 deletions
|
@ -27,14 +27,13 @@ from .contexts import ScopeCtx, ValueTypeCtx
|
|||
|
||||
class Translated(AstNode):
|
||||
grammar = AnyOf(
|
||||
["_", "(", UseQuoted("string"), Optional(","), ")"],
|
||||
["_", "(", UseQuoted("string"), ")"],
|
||||
[
|
||||
"C_",
|
||||
"(",
|
||||
UseQuoted("context"),
|
||||
",",
|
||||
UseQuoted("string"),
|
||||
Optional(","),
|
||||
")",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue