Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 6c345d3 commit 1ddb525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/prism
Submodule prism updated 39 files
+7 −0 .travis.yml
+4 −0 config.yml
+1 −1 gemfiles/2.7/Gemfile.lock
+1 −1 gemfiles/3.0/Gemfile.lock
+1 −1 gemfiles/3.1/Gemfile.lock
+1 −1 gemfiles/3.2/Gemfile.lock
+2 −2 gemfiles/3.3/Gemfile.lock
+1 −1 gemfiles/3.4/Gemfile.lock
+1 −1 gemfiles/jruby/Gemfile.lock
+1 −1 gemfiles/truffleruby/Gemfile.lock
+1 −1 gemfiles/typecheck/Gemfile.lock
+18 −2 java-wasm/pom.xml
+31 −22 java-wasm/src/test/java/org/prism/DummyTest.java
+36 −26 lib/prism/translation/parser/compiler.rb
+12 −3 lib/prism/translation/ruby_parser.rb
+28 −35 src/prism.c
+3 −0 test/prism/errors/arguments_splat_after_star_star.txt
+2 −0 test/prism/fixtures/strings.txt
+2 −0 test/prism/snapshots/break.txt
+2 −0 test/prism/snapshots/command_method_call.txt
+2 −0 test/prism/snapshots/method_calls.txt
+1 −0 test/prism/snapshots/seattlerb/parse_until_not_canonical.txt
+1 −0 test/prism/snapshots/seattlerb/parse_until_not_noncanonical.txt
+1 −0 test/prism/snapshots/seattlerb/parse_while_not_canonical.txt
+1 −0 test/prism/snapshots/seattlerb/parse_while_not_noncanonical.txt
+49 −8 test/prism/snapshots/strings.txt
+2 −0 test/prism/snapshots/unparser/corpus/literal/send.txt
+17 −0 test/prism/snapshots/unparser/corpus/literal/while.txt
+7 −0 test/prism/snapshots/unparser/corpus/semantic/while.txt
+7 −0 test/prism/snapshots/until.txt
+12 −0 test/prism/snapshots/while.txt
+1 −0 test/prism/snapshots/whitequark/bug_while_not_parens_do.txt
+4 −0 test/prism/snapshots/whitequark/method_definition_in_while_cond.txt
+2 −0 test/prism/snapshots/whitequark/until.txt
+1 −0 test/prism/snapshots/whitequark/until_mod.txt
+1 −0 test/prism/snapshots/whitequark/until_post.txt
+2 −0 test/prism/snapshots/whitequark/while.txt
+1 −0 test/prism/snapshots/whitequark/while_mod.txt
+1 −0 test/prism/snapshots/whitequark/while_post.txt

0 comments on commit 1ddb525

Please sign in to comment.