aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_name_error.rb
Commit message (Collapse)AuthorAgeFilesLines
* Test for [Feature #16832]Nobuyoshi Nakada2020-05-261-0/+13
|
* Remove the 65 size limit for name_err_mesg_to_strJean Boussier2020-05-111-0/+13
| | | | | | | | | | | | | This limit was introduced on Nov 20 1996 in 554b989ba1623b9f6a0b76f00824c83a23fbcbc1 Apparently to protect from a buffer overflow: * eval.c (f_missing): オブジェクトの文字列表現が長すぎる時バッファ を書き潰していた However I tested that path with very large strings and it works fine.
* Split test_name_error.rbNobuyoshi Nakada2019-12-311-0/+130