python/moz/l10n/formats/mf2/message_parser.py [117:122]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                while sel_expr is not None and sel_expr.function is None:
                    if (
                        isinstance(sel_expr.arg, VariableRef)
                        and sel_expr.arg.name != sel_name
                    ):
                        sel_name = sel_expr.arg.name
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



python/moz/l10n/formats/mf2/validate.py [64:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            while sel_expr is not None and sel_expr.function is None:
                if (
                    isinstance(sel_expr.arg, VariableRef)
                    and sel_expr.arg.name != sel_name
                ):
                    sel_name = sel_expr.arg.name
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



