Skip to content

Commit 48b9605

Browse files
committed
* ricsin/test.rcb: add 2 assersions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ricsin@19522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 2b2b4de commit 48b9605

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ricsin/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Wed Sep 24 17:42:30 2008 Koichi Sasada <ko1@atdot.net>
2+
3+
* ricsin/test.rcb: add 2 assersions.
4+
15
Wed Sep 24 17:30:01 2008 Koichi Sasada <ko1@atdot.net>
26

37
* common.mk: fix ricsin.rb path.

ricsin/test.rcb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#
2+
# Ricsin test
3+
#
14

25
require 'test/unit'
36

@@ -17,6 +20,8 @@ class TestRcsin < Test::Unit::TestCase
1720
assert_equal('lv', __C__('return lv;'))
1821
assert_equal('gv', __C__('return $gv;'))
1922
assert_equal('iv', __C__('return @iv;'))
23+
assert_equal('$gv', __C__('return rb_str_new2("$gv");'))
24+
assert_equal('@iv', __C__('return rb_str_new2("@iv");'))
2025
end
2126

2227
def test_cx

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy