diff options
| author | Paolo Bosetti <[email protected]> | 2012-05-31 18:52:33 -0700 |
|---|---|---|
| committer | Paolo Bosetti <[email protected]> | 2012-05-31 18:52:33 -0700 |
| commit | 9c0bfd343679fcd84090b7611ed582ae31e0e3b9 (patch) | |
| tree | 75e6ac394862821a0e466ccfee361655c40ae749 /test/t | |
| parent | 6dbba7b799e0cf1a86ec86f347bbc1b40420d372 (diff) | |
| parent | 8180fee1808c56048b9fa18a8dd16014e694e48e (diff) | |
| download | mruby-9c0bfd343679fcd84090b7611ed582ae31e0e3b9.tar.gz mruby-9c0bfd343679fcd84090b7611ed582ae31e0e3b9.zip | |
Merge branch 'master' of git://github.com/mruby/mruby into XCode
Diffstat (limited to 'test/t')
| -rw-r--r-- | test/t/string.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/string.rb b/test/t/string.rb index 76df18aaf..f38790c17 100644 --- a/test/t/string.rb +++ b/test/t/string.rb @@ -85,7 +85,7 @@ assert('String#chomp', '15.2.10.5.9') do d == "abc\n" and e == 'abc' and f == "abc\n" end -assert('String#chomp', '15.2.10.5.10') do +assert('String#chomp!', '15.2.10.5.10') do a = 'abc' b = '' c = "abc\n" |
