Lex underscore in unicode escapes
diff --git a/tests/test.rs b/tests/test.rs
index 4d6831b..831c0cb 100644
--- a/tests/test.rs
+++ b/tests/test.rs
@@ -47,6 +47,8 @@
     ");
     roundtrip("'a");
     roundtrip("'static");
+    roundtrip("'\\u{10__FFFF}'");
+    roundtrip("\"\\u{10_F0FF__}foo\\u{1_0_0_0__}\"");
 }
 
 #[test]