diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-10-09 20:00:17 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-10-09 20:00:17 +0900 |
| commit | 7f6e8e8ddc6b6f33e22c02c3b78280cb74db4725 (patch) | |
| tree | 145ad74ba9044da03590644f1660460cf8a8592e /test | |
| parent | 7624e2342690930ca1aed2f6a45140b3ee605d46 (diff) | |
| download | mruby-7f6e8e8ddc6b6f33e22c02c3b78280cb74db4725.tar.gz mruby-7f6e8e8ddc6b6f33e22c02c3b78280cb74db4725.zip | |
Fix that `print` command raises `FrozenError` in `mrdb`; ref 1f5a7f2f
#### Before this patch:
```
$ echo 'p true' | bin/mrdb /dev/null
(/dev/null:1) mruby application exited.
FrozenError: can't modify frozen String
(-:0)
```
#### After this patch:
```
$ echo 'p true' | bin/mrdb /dev/null
(/dev/null:1) $1 = true
(/dev/null:1)
```
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions
