diff options
| -rw-r--r-- | test/t/unicode.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/unicode.rb b/test/t/unicode.rb index 8f94421e6..a8e8c0e14 100644 --- a/test/t/unicode.rb +++ b/test/t/unicode.rb @@ -42,7 +42,7 @@ rescue NameError have_regexp = false end if have_regexp then - assert('Testing in regular expressions') do + assert('Testing \u in regular expressions') do # The regular expression uses the unbraced notation where the string uses # the braced notation, and vice versa, so these tests will fail if the \u # modification is not applied |
