-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2593 from Shopify/dependabot/submodules/test/fixt…
…ures/prism-35ff42f Bump test/fixtures/prism from `2168f3d` to `35ff42f`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule prism
updated
12 files
+10 −0 | ext/prism/extension.c | |
+23 −2 | include/prism/options.h | |
+7 −0 | include/prism/parser.h | |
+2 −0 | java-wasm/src/test/java/org/prism/DummyTest.java | |
+5 −1 | java/org/prism/ParsingOptions.java | |
+10 −2 | javascript/src/parsePrism.js | |
+3 −0 | lib/prism/ffi.rb | |
+14 −1 | lib/prism/translation/parser/lexer.rb | |
+9 −0 | src/options.c | |
+8 −4 | src/prism.c | |
+14 −0 | test/prism/api/parse_test.rb | |
+1 −1 | test/prism/ruby/parser_test.rb |