summaryrefslogtreecommitdiff
path: root/test/yarp/ruby_api_test.rb
AgeCommit message (Collapse)Author
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton
2023-08-30[ruby/yarp] Nest all of the YARP tests under the YARP namespaceKevin Newton
https://github.com/ruby/yarp/commit/440cf93a70
2023-08-30[ruby/yarp] Fix unused variable in YARPRubyAPITestKevin Newton
https://github.com/ruby/yarp/commit/0556f971ce
2023-08-30Fix merge error on ruby_api_test.rbKevin Newton
2023-08-30[ruby/yarp] Use assert_raiseKevin Newton
https://github.com/ruby/yarp/commit/b85e01d77d
2023-08-30[ruby/yarp] use a more idiomatic form of `assert_raises`Nathan Froyd
https://github.com/ruby/yarp/commit/687213d2e3
2023-08-31use assert_raiseNobuyoshi Nakada
2023-08-30[ruby/yarp] add tests for `Location#join`Nathan Froyd
https://github.com/ruby/yarp/commit/b01711396f
2023-08-25[ruby/yarp] Move tests from test/* to test/yarp/* to match CRubyKevin Newton
This should make it easier on the sync to determine what changed and hopefully result in fewer merge conflicts that have to be manually resolved. https://github.com/ruby/yarp/commit/17d82afbfc
2023-08-25[ruby/yarp] Fix rational parsingKevin Newton
https://github.com/ruby/yarp/commit/c8f31eb5b6
2023-08-21[ruby/yarp] Add a convenience value method for numeric literalsBenoit Daloze
https://github.com/ruby/yarp/commit/a328f27d8f
2023-08-16Resync YARPTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/8226