Skip to content

Conversation

@stasm
Copy link
Contributor

@stasm stasm commented Oct 12, 2018

Fix #174.

Copy link
Contributor

@Pike Pike left a comment

Choose a reason for hiding this comment

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

Just a nit.

I wish we had something better to link to than someone's blog for documentation on unicode regexp, but haven't found anything competitive on MDN.

spec/fluent.ebnf Outdated
/* Any Unicode character from BMP excluding C0 control characters, space,
* surrogate blocks and non-characters (U+FFFE, U+FFFF).
* Cf. https://www.w3.org/TR/REC-xml/#NT-Char
* TODO Add characters from other planes: U+10000 to U+10FFFF.
Copy link
Contributor

Choose a reason for hiding this comment

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

No more TOOD

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Duh, thanks :)

@stasm
Copy link
Contributor Author

stasm commented Oct 12, 2018

There's the ES spec: https://ecma-international.org/ecma-262/6.0/#sec-literals-string-literals but it's a bit cryptic.

@stasm
Copy link
Contributor Author

stasm commented Oct 12, 2018

Thanks for the review, I'll merge this once I publish 0.7.

@stasm stasm merged commit 7a24f9b into projectfluent:master Oct 16, 2018
@stasm stasm deleted the astral branch October 16, 2018 06:51
Sign up for free to 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