Skip to content

(fluent.syntax) Don't drop to newline when serializing patterns starting with special chars - #156

Merged
stasm merged 1 commit into
projectfluent:masterfrom
stasm:fix-special-chars-infront
Aug 27, 2020
Merged

(fluent.syntax) Don't drop to newline when serializing patterns starting with special chars#156
stasm merged 1 commit into
projectfluent:masterfrom
stasm:fix-special-chars-infront

Conversation

@stasm

Copy link
Copy Markdown
Contributor

@stasm
stasmforce-pushed the fix-special-chars-infront branch from ec9340b to 2774242CompareAugust 27, 2020 12:12

@PikePike left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the port.

Things I checked for in differences to JS: elements[0]´ would behave different in js and python, but is guarded by any([])` being false.

Different number of files is due to the abscense of a runtime parser in python.

@stasm
stasm merged commit b41a014 into projectfluent:masterAug 27, 2020
@stasm
stasm deleted the fix-special-chars-infront branch August 27, 2020 12:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@stasm@Pike