1

feat: fluent.syntax

Портирование кода из fluent-kotlin
https://github.com/projectfluent/fluent-kotlin
This commit is contained in:
2024-03-29 13:44:27 +03:00
parent 3c36aec40d
commit 499c699cd1
329 changed files with 30594 additions and 0 deletions

View File

@@ -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 }}