feat: fluent.syntax
Портирование кода из fluent-kotlin https://github.com/projectfluent/fluent-kotlin
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
nested-placeable = {{{1}}}
|
||||
padded-placeable = { 1 }
|
||||
sparse-placeable = { { 1 } }
|
||||
|
||||
# ERROR Unmatched opening brace
|
||||
unmatched-open1 = { 1
|
||||
|
||||
# ERROR Unmatched opening brace
|
||||
unmatched-open2 = {{ 1 }
|
||||
|
||||
# ERROR Unmatched closing brace
|
||||
unmatched-close1 = 1 }
|
||||
|
||||
# ERROR Unmatched closing brace
|
||||
unmatched-close2 = { 1 }}
|
||||
Reference in New Issue
Block a user