ruby/test/prism
Kevin Newton 4b5f516f2e [ruby/prism] Split comment
We were previously holding a type field on Comment to tell what
kind of comment it was. Instead, let's just use actual classes for
this.

https://github.com/ruby/prism/commit/e76830ca6e
2023-11-03 14:35:08 +00:00
..
fixtures [ruby/prism] Forward parameters into arrays 2023-11-01 17:03:35 +00:00
snapshots [ruby/prism] Forward parameters into arrays 2023-11-01 17:03:35 +00:00
bom_test.rb
comments_test.rb [ruby/prism] Split comment 2023-11-03 14:35:08 +00:00
compiler_test.rb
constant_path_node_test.rb [ruby/prism] Rename to lefts/rights 2023-10-26 14:59:13 -04:00
desugar_compiler_test.rb
dispatcher_test.rb
encoding_test.rb Sync with prism CallNode#name changes 2023-10-02 09:18:56 -04:00
errors_test.rb [ruby/prism] Disallow assigning to numbered parameters in regexp 2023-11-01 17:40:16 +00:00
fuzzer_test.rb
heredoc_dedent_test.rb [ruby/prism] Fix lex compat when dedent should be 0 2023-10-18 16:09:16 +00:00
library_symbols_test.rb
locals_test.rb
location_test.rb [ruby/prism] Flip incorrect names of OptionalKeywordParameterNode and RequiredKeywordParameterNode 2023-11-01 14:40:45 +00:00
magic_comment_test.rb [ruby/prism] Remove newlines from magic comment test 2023-10-30 15:08:24 +00:00
memsize_test.rb
newline_test.rb [ruby/prism] Properly support the start line option 2023-11-03 10:13:50 -04:00
parse_comments_test.rb [ruby/prism] parse_inline_comments -> parse_comments 2023-10-30 15:53:37 +00:00
parse_test.rb [ruby/prism] Wire up options through the Ruby API 2023-11-03 10:13:49 -04:00
pattern_test.rb Sync with prism CallNode#name changes 2023-10-02 09:18:56 -04:00
regexp_test.rb [ruby/prism] Ensure last encoding flag wins 2023-10-17 17:50:38 +00:00
ripper_compat_test.rb
ruby_api_test.rb [ruby/prism] Properly support the start line option 2023-11-03 10:13:50 -04:00
test_helper.rb
unescape_test.rb [ruby/prism] Fix up PR failings 2023-10-13 15:31:30 -04:00
version_test.rb