From 88e20d49e92dc328c8f732d5e64d6201721ee4f4 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Mon, 10 Jul 2017 19:54:10 +0200 Subject: [PATCH 1/2] Add failing emoji test --- test/fixtures/char-class/chars.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fixtures/char-class/chars.txt b/test/fixtures/char-class/chars.txt index 00866b5..4583382 100644 --- a/test/fixtures/char-class/chars.txt +++ b/test/fixtures/char-class/chars.txt @@ -3,3 +3,4 @@ SomeLetters ÿĀ ⼀㐀 一条鱼 +💩 From db58ae0a2dfb11ef1c587ee780bd1a9ff8a19946 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Mon, 10 Jul 2017 20:05:13 +0200 Subject: [PATCH 2/2] Add expected value of emoji test --- test/fixtures/char-class/chars.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/fixtures/char-class/chars.json b/test/fixtures/char-class/chars.json index 859444a..95e4cd1 100644 --- a/test/fixtures/char-class/chars.json +++ b/test/fixtures/char-class/chars.json @@ -83,5 +83,10 @@ "rule": "Chinese_Character", "value": "鱼" }, + "\n", + { + "rule": "Pile_Of_Poo", + "value": "💩" + }, "\n" ]