mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove wrong ISO section from safe navigation test; ref 4c1ce0f6
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ assert('NilClass#to_s', '15.2.4.3.5') do
|
||||
assert_equal '', nil.to_s
|
||||
end
|
||||
|
||||
assert('safe navigation', '15.2.4.3.5') do
|
||||
assert('safe navigation') do
|
||||
assert_nil nil&.size
|
||||
assert_equal 0, []&.size
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user