From ee76aa41f6fb45e91578c206d7a5aab0da73cb6a Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sat, 23 May 2015 13:13:30 -0400 Subject: [PATCH] emoji test --- tests/lex/14.in | 5 +++++ tests/lex/14.out | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 tests/lex/14.in create mode 100644 tests/lex/14.out diff --git a/tests/lex/14.in b/tests/lex/14.in new file mode 100644 index 0000000..fcfac4f --- /dev/null +++ b/tests/lex/14.in @@ -0,0 +1,5 @@ +snowman: ☃ +☃: snowman + +rocket: 🚀 +🚀: rocket diff --git a/tests/lex/14.out b/tests/lex/14.out new file mode 100644 index 0000000..4192f6e --- /dev/null +++ b/tests/lex/14.out @@ -0,0 +1,12 @@ +{t_name snowman} +{t_object_separator :} +{t_string ☃} +{t_name ☃} +{t_object_separator :} +{t_string snowman} +{t_name rocket} +{t_object_separator :} +{t_string 🚀} +{t_name 🚀} +{t_object_separator :} +{t_string rocket}