aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/constant_path_node_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/prism] Fix constant path full name when parent is not aVinicius Stock2023-11-211-0/+27
| | | | | | | | | | | | | | | | | constant (https://github.com/ruby/prism/pull/1742) * Raise if constant path parts contains nodes that can't be used to build full name * Fix typo in constant path error documentation Co-authored-by: Tim Morgan <tim@timmorgan.org> --------- https://github.com/ruby/prism/commit/d73a053262 Co-authored-by: Tim Morgan <tim@timmorgan.org>
* [ruby/prism] Rename to lefts/rightsKevin Newton2023-10-261-1/+1
| | | | https://github.com/ruby/prism/commit/e6deed05a5
* [ruby/prism] Split up multi target/write targetsKevin Newton2023-10-261-2/+1
| | | | https://github.com/ruby/prism/commit/dda7a0da52
* [ruby/prism] Add full_name to ConstantPathNode and ConstantPathTargetNodeVinicius Stock2023-10-061-0/+30
https://github.com/ruby/prism/commit/b390553028