Skip to content

Commit

Permalink
Bump test/fixtures/prism from aa8b60c to a590c03
Browse files Browse the repository at this point in the history
Bumps [test/fixtures/prism](https://github.com/ruby/prism) from `aa8b60c` to `a590c03`.
- [Release notes](https://github.com/ruby/prism/releases)
- [Commits](ruby/prism@aa8b60c...a590c03)

---
updated-dependencies:
- dependency-name: test/fixtures/prism
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent f570fd9 commit c572610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/prism
Submodule prism updated 37 files
+33 −29 .github/workflows/rust-bindings.yml
+2 −2 config.yml
+0 −6 include/prism/parser.h
+123 −46 sig/prism_static.rbs
+5 −0 src/prism.c
+5 −5 templates/lib/prism/node.rb.erb
+8 −8 templates/sig/prism.rbs.erb
+1 −1 test/prism/snapshots/arrays.txt
+1 −1 test/prism/snapshots/if.txt
+10 −10 test/prism/snapshots/method_calls.txt
+1 −1 test/prism/snapshots/rescue.txt
+1 −1 test/prism/snapshots/seattlerb/assoc_label.txt
+1 −1 test/prism/snapshots/seattlerb/bug_249.txt
+1 −1 test/prism/snapshots/seattlerb/bug_hash_args.txt
+1 −1 test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt
+2 −2 test/prism/snapshots/seattlerb/call_args_assoc_quoted.txt
+1 −1 test/prism/snapshots/seattlerb/call_array_lit_inline_hash.txt
+1 −1 test/prism/snapshots/seattlerb/call_assoc_new.txt
+1 −1 test/prism/snapshots/seattlerb/call_assoc_new_if_multiline.txt
+1 −1 test/prism/snapshots/seattlerb/difficult2_.txt
+3 −3 test/prism/snapshots/seattlerb/multiline_hash_declaration.txt
+1 −1 test/prism/snapshots/seattlerb/quoted_symbol_hash_arg.txt
+5 −5 test/prism/snapshots/seattlerb/return_call_assocs.txt
+5 −5 test/prism/snapshots/seattlerb/yield_call_assocs.txt
+6 −6 test/prism/snapshots/unparser/corpus/literal/literal.txt
+4 −4 test/prism/snapshots/unparser/corpus/literal/send.txt
+2 −2 test/prism/snapshots/whitequark/args_args_assocs.txt
+1 −1 test/prism/snapshots/whitequark/args_args_assocs_comma.txt
+6 −6 test/prism/snapshots/whitequark/args_assocs.txt
+1 −1 test/prism/snapshots/whitequark/args_assocs_comma.txt
+6 −6 test/prism/snapshots/whitequark/args_assocs_legacy.txt
+2 −2 test/prism/snapshots/whitequark/bug_cmdarg.txt
+1 −1 test/prism/snapshots/whitequark/keyword_argument_omission.txt
+2 −2 test/prism/snapshots/whitequark/newline_in_hash_argument.txt
+1 −1 test/prism/snapshots/whitequark/parser_bug_525.txt
+1 −1 test/prism/snapshots/whitequark/ruby_bug_11380.txt
+1 −1 test/prism/snapshots/whitequark/ruby_bug_12073.txt

0 comments on commit c572610

Please sign in to comment.