Skip to content

Commit

Permalink
[ruby/psych] Typofix by misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 25, 2023
1 parent bb16258 commit edadd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/psych/test_scalar_scanner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def test_scan_int_commas_and_underscores
end

def test_scan_strict_int_commas_and_underscores
# this test is to ensure adherance to YML spec using the 'strict_integer' option
# this test is to ensure adherence to YML spec using the 'strict_integer' option
scanner = Psych::ScalarScanner.new ClassLoader.new, strict_integer: true
assert_equal 123_456_789, scanner.tokenize('123_456_789')
assert_equal '123,456,789', scanner.tokenize('123,456,789')
Expand Down

0 comments on commit edadd5b

Please sign in to comment.