You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guarantee that a select-expression always evaluates to a string.
Description
Placeables can contain select-expression whose value should always be a string. We can enforce this by requiring one of the variants to be the default using the * syntax.
The member-list class in the BNF grammar is used both for traits and variants. We will likely want to introduce a new class: variant-list.
Goal
Guarantee that a
select-expression
always evaluates to a string.Description
Placeables can contain
select-expression
whose value should always be a string. We can enforce this by requiring one of the variants to be the default using the*
syntax.The
member-list
class in the BNF grammar is used both for traits and variants. We will likely want to introduce a new class:variant-list
.Discussion
https://groups.google.com/forum/#!topic/mozilla.tools.l10n/cpVonPQS0sY
The text was updated successfully, but these errors were encountered: