diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-06-09 07:57:51 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-06-09 07:57:51 +0900 |
| commit | a7ae278d1afde6f4caf4e88fb2dbd94401992131 (patch) | |
| tree | 55d9edd514a7f8b25df5c7e895c9a77a537b7f1e | |
| parent | 2847692d5900745630e1db484884a0bb5fffba7e (diff) | |
| parent | 2e160f53dbd69598ec6a3ee8a15f85b4cf5168cf (diff) | |
| download | mruby-a7ae278d1afde6f4caf4e88fb2dbd94401992131.tar.gz mruby-a7ae278d1afde6f4caf4e88fb2dbd94401992131.zip | |
Merge pull request #4497 from shuujii/remove-Check-the-usage-of-a-NUL-character-test
Remove "Check the usage of a NUL character" test
| -rw-r--r-- | test/t/string.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/t/string.rb b/test/t/string.rb index e5b001366..9817dd188 100644 --- a/test/t/string.rb +++ b/test/t/string.rb @@ -694,10 +694,6 @@ assert('String interpolation (mrb_str_concat for shared strings)') do assert_equal "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:", "#{a}:" end -assert('Check the usage of a NUL character') do - "qqq\0ppp" -end - assert('String#bytes') do str1 = "hello" bytes1 = [104, 101, 108, 108, 111] |
