Skip to content

Commit 9cf35bf

Browse files
Devon Marsfacebook-github-bot
Devon Mars
authored andcommitted
Add newline to UTFSequence
Summary: Changelog: [General][Added] - Added newline to UTFSequence Reviewed By: bvanderhoof Differential Revision: D42614321 fbshipit-source-id: 50af9815af9d2f57de1b216b4adf05bea6c4ad46
1 parent 1405269 commit 9cf35bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Libraries/UTFSequence.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const UTFSequence: {|
3131
NBSP: string,
3232
NDASH: string,
3333
NDASH_SP: string,
34+
NEWLINE: string,
3435
PIZZA: string,
3536
TRIANGLE_LEFT: string,
3637
TRIANGLE_RIGHT: string,
@@ -45,6 +46,7 @@ const UTFSequence: {|
4546
MDASH_SP: '\u00A0\u2014\u00A0', //  — 
4647
NDASH: '\u2013', // en dash: –
4748
NDASH_SP: '\u00A0\u2013\u00A0', //  – 
49+
NEWLINE: '\u000A',
4850
NBSP: '\u00A0', // non-breaking space:  
4951
PIZZA: '\uD83C\uDF55',
5052
TRIANGLE_LEFT: '\u25c0', // black left-pointing triangle

0 commit comments

Comments
 (0)