diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ruby/test_parse.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_parse.rb b/test/ruby/test_parse.rb index 5f8689c6ec..ecacdebc70 100644 --- a/test/ruby/test_parse.rb +++ b/test/ruby/test_parse.rb @@ -1189,6 +1189,7 @@ x = __ENCODING__ B = [[2]] # shareable_constant_value: literal C = [["shareable", "constant#{nil}"]] + D = A [A, B, C] end; |