mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 05:59:00 +02:00
[ruby/json] Resync
This commit is contained in:
parent
e8522f06b5
commit
ca8f21ace8
Notes:
git
2024-11-05 17:00:58 +00:00
18 changed files with 2167 additions and 866 deletions
|
@ -52,11 +52,11 @@ class JSONCommonInterfaceTest < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_generator
|
||||
assert_match(/::Generator\z/, JSON.generator.name)
|
||||
assert_match(/::(TruffleRuby)?Generator\z/, JSON.generator.name)
|
||||
end
|
||||
|
||||
def test_state
|
||||
assert_match(/::Generator::State\z/, JSON.state.name)
|
||||
assert_match(/::(TruffleRuby)?Generator::State\z/, JSON.state.name)
|
||||
end
|
||||
|
||||
def test_create_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue