Closed Bug 1441105 Opened 6 years ago Closed 6 years ago

Serialize values with Select Expression on a new line

Categories

(L20n :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: stas, Assigned: stas)

References

Details

Attachments

(1 file)

51 bytes, text/x-github-pull-request
Details | Review
Patterns with Select Expressions should be serialized starting on a new line to make the indentation clear.

Current behavior:

    key = { $selector ->
           *[variant name] Variant Value
        }

Expected behavior:

    key =
        { $selector ->
           *[variant name] Variant Value
        }
Blocks: 1435912
Attached file fluent.js PR
Assignee: nobody → stas
Status: NEW → ASSIGNED
Thanks to flod for the review.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: