summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-10-22 21:56:40 +0900
committerKOBAYASHI Shuji <[email protected]>2019-10-22 21:56:40 +0900
commit41c43234a7870af32cf4bec830229df0dea1c142 (patch)
treeb7306e4b4c51f0d5172eb7e33cae633d6c591e9b /include
parent1aacde20fa6b2a4e5fd397e6117d789b93b166fb (diff)
downloadmruby-41c43234a7870af32cf4bec830229df0dea1c142.tar.gz
mruby-41c43234a7870af32cf4bec830229df0dea1c142.zip
Fix incorrect `MRB_STR_ASCII` flag update in `mrb_str_dump`
### Example (with `MRB_UTF8_STRING`) ```ruby s = "\u3042" p s.size s.dump p s.size ``` #### Before this patch: ``` 1 3 ``` #### After this patch: ``` 1 1 ```
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions