diff options
| author | chasonr <[email protected]> | 2014-03-23 22:31:49 -0400 |
|---|---|---|
| committer | chasonr <[email protected]> | 2014-03-23 22:31:49 -0400 |
| commit | 8162295ba25adfdf3135b61e89629c46fcc19472 (patch) | |
| tree | 4197a4c1ac4e44c7d728e75e914633bb3159da72 | |
| parent | 509cbc51eb3984b4a67076ee88df871ea157c46c (diff) | |
| download | mruby-8162295ba25adfdf3135b61e89629c46fcc19472.tar.gz mruby-8162295ba25adfdf3135b61e89629c46fcc19472.zip | |
Small correction to the test identification.
| -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 |
