From 73a31546aa2ceaa4de1ae9d52b1b46993a3f2be6 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 3 Jun 2023 20:50:40 +0900 Subject: Attrset name is not allowed as an attribute --- test/ruby/test_module.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/ruby/test_module.rb b/test/ruby/test_module.rb index b915a6ee8f..81c5345a5f 100644 --- a/test/ruby/test_module.rb +++ b/test/ruby/test_module.rb @@ -2870,6 +2870,7 @@ class TestModule < Test::Unit::TestCase def test_invalid_attr %W[ + foo= foo? @foo @@foo -- cgit v1.2.3