From cbf508da58d50f7448f10a1a6030b3a48dfec14d Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Thu, 15 Aug 2024 12:24:49 -0400 Subject: [ruby/prism] Special error for too short unicode errors https://github.com/ruby/prism/commit/9f1f7d08bd --- test/prism/errors/regexp_unicode_too_short.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/prism/errors/regexp_unicode_too_short.txt (limited to 'test') diff --git a/test/prism/errors/regexp_unicode_too_short.txt b/test/prism/errors/regexp_unicode_too_short.txt new file mode 100644 index 0000000000..a7638b2712 --- /dev/null +++ b/test/prism/errors/regexp_unicode_too_short.txt @@ -0,0 +1,3 @@ +/\u/ + ^~ too short escape sequence: \u + -- cgit v1.2.3