mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 22:45:03 +02:00
parent
0215965df4
commit
3a3fcf56d0
2 changed files with 3 additions and 1 deletions
|
@ -57,6 +57,8 @@ module Prism
|
|||
assert_equal 0.5r, parse_expression("0.5r").value
|
||||
assert_equal 42ri, parse_expression("42ri").value
|
||||
assert_equal 0.5ri, parse_expression("0.5ri").value
|
||||
assert_equal 0xFFr, parse_expression("0xFFr").value
|
||||
assert_equal 0xFFri, parse_expression("0xFFri").value
|
||||
end
|
||||
|
||||
def test_location_join
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue