diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-20 08:29:24 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-20 08:29:24 +0000 |
commit | 6cfa7bd497a8e894284d14ef2fd44e39f6e684a5 (patch) | |
tree | e1cc1f856aac1c3bda4897c7a244b43039316f3d /sample/test.rb | |
parent | 42e7d0cab1b469b0952bc69cc663d15223416856 (diff) | |
download | ruby-6cfa7bd497a8e894284d14ef2fd44e39f6e684a5.tar.gz ruby-6cfa7bd497a8e894284d14ef2fd44e39f6e684a5.tar.xz ruby-6cfa7bd497a8e894284d14ef2fd44e39f6e684a5.zip |
* regex.c (is_in_list): should work weill with UTF-8.
* regex.c (re_match_exec): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/test.rb')
-rw-r--r-- | sample/test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/test.rb b/sample/test.rb index d4a3b20c0..c47ceedd4 100644 --- a/sample/test.rb +++ b/sample/test.rb @@ -375,6 +375,7 @@ r([1,2,[]]){next *[1,2]} r([nil,nil,[]]){next *[*[]]} r([1,nil,[]]){next *[*[1]]} r([1,2,[]]){next *[*[1,2]]} + test_check "condition" $x = '0'; |