diff options
| author | Koichi Sasada <ko1@atdot.net> | 2025-12-05 02:40:59 +0900 |
|---|---|---|
| committer | Koichi Sasada <ko1@atdot.net> | 2025-12-05 03:10:50 +0900 |
| commit | 2aaea665bb19be8ed64605ec9aa5c990fddbd2ce (patch) | |
| tree | f6e20a54e33cf819c1852d280ce18d58095f69c7 /test/ruby | |
| parent | 5062c0c621d887367af8a054e5e5d83d7ec57dd3 (diff) | |
fix typo s/sharable/shareable/
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_parse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_parse.rb b/test/ruby/test_parse.rb index 98e95b98af..78a5638647 100644 --- a/test/ruby/test_parse.rb +++ b/test/ruby/test_parse.rb @@ -1544,7 +1544,7 @@ x = __ENCODING__ end def test_shareable_constant_value_simple - obj = [['unsharable_value']] + obj = [['unshareable_value']] a, b, c = eval_separately("#{<<~"begin;"}\n#{<<~'end;'}") begin; # shareable_constant_value: experimental_everything |
