ruby/test/prism/fixtures
Haldun Bayhantopcu e3f464522c [ruby/prism] Fix calls with splat without parenthesis
https://github.com/ruby/prism/commit/d81a77e0e3
2023-11-16 15:13:08 +00:00
..
seattlerb
unparser
whitequark
alias.txt
arithmetic.txt
arrays.txt [ruby/prism] Index{Operator,And,Or}WriteNode 2023-10-18 14:23:26 +00:00
begin_ensure.txt
begin_rescue.txt
blocks.txt
boolean_operators.txt
booleans.txt
break.txt
case.txt [ruby/prism] Add test cases for `in` in `case` condition 2023-11-16 15:12:01 +00:00
classes.txt
comments.txt
constants.txt
dash_heredocs.txt
defined.txt
dos_endings.txt
embdoc_no_newline_at_end.txt
endless_methods.txt
endless_range_in_conditional.txt
for.txt
global_variables.txt
hashes.txt
heredoc_with_escaped_newline_at_start.txt
heredoc_with_trailing_newline.txt
heredocs_nested.txt [ruby/prism] fix: nested heredoc dedentation use-after-free 2023-11-14 14:11:55 +00:00
heredocs_with_ignored_newlines.txt
heredocs_with_ignored_newlines_and_non_empty.txt
if.txt
indented_file_end.txt
integer_operations.txt
keyword_method_names.txt
keywords.txt
lambda.txt
method_calls.txt [ruby/prism] Fix calls with splat without parenthesis 2023-11-16 15:13:08 +00:00
methods.txt [ruby/prism] Forward parameters into arrays 2023-11-01 17:03:35 +00:00
modules.txt
newline_terminated.txt
next.txt
nils.txt
non_alphanumeric_methods.txt
not.txt
numbers.txt [ruby/prism] Reject invalid rational literals like `1e1r` on lexing 2023-11-12 02:34:02 +00:00
patterns.txt [ruby/prism] Introduce non-associativility to `in` and `=>` 2023-11-11 20:37:28 +00:00
procs.txt
range_begin_open_exclusive.txt
range_begin_open_inclusive.txt
range_end_open_exclusive.txt
range_end_open_inclusive.txt
ranges.txt
regex.txt [ruby/prism] Use the unescaped regexp to scan for capture groups 2023-10-18 14:23:46 +00:00
rescue.txt
return.txt
single_quote_heredocs.txt
spanning_heredoc.txt [ruby/prism] Use MatchWriteNode on split InterpolatedREN 2023-10-27 13:40:25 +00:00
strings.txt
super.txt [ruby/prism] Fix up super with a blockarg 2023-10-17 00:42:31 +00:00
symbols.txt
ternary_operator.txt
tilde_heredocs.txt [ruby/prism] Fix lex compat when dedent should be 0 2023-10-18 16:09:16 +00:00
undef.txt
unescaping.txt
unless.txt
until.txt [ruby/prism] Introduce non-associativility to `in` and `=>` 2023-11-11 20:37:28 +00:00
variables.txt [ruby/prism] Ensure no extra multi-target nodes are created 2023-10-26 14:58:55 -04:00
while.txt [ruby/prism] Introduce non-associativility to `in` and `=>` 2023-11-11 20:37:28 +00:00
xstring.txt
yield.txt