-
Notifications
You must be signed in to change notification settings - Fork 175
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 #2486 from Shopify/dependabot/submodules/test/fixt…
…ures/prism-49e061d Bump test/fixtures/prism from `44bbdbf` to `49e061d`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule prism
updated
18 files
+9 −0 | .travis.yml | |
+1 −0 | config.yml | |
+1 −1 | gemfiles/3.0/Gemfile.lock | |
+1 −1 | gemfiles/3.1/Gemfile.lock | |
+1 −1 | gemfiles/3.2/Gemfile.lock | |
+1 −1 | gemfiles/3.3/Gemfile.lock | |
+1 −1 | gemfiles/3.4/Gemfile.lock | |
+20 −20 | gemfiles/typecheck/Gemfile.lock | |
+2 −2 | java-wasm/pom.xml | |
+56 −10 | src/prism.c | |
+23 −7 | src/regexp.c | |
+4 −0 | templates/include/prism/ast.h.erb | |
+1 −0 | templates/src/diagnostic.c.erb | |
+2 −1 | test/prism/errors/regexp_unicode_too_short.txt | |
+1 −1 | test/prism/errors/unterminated_unicode_brackets_should_be_a_syntax_error.txt | |
+2 −0 | test/prism/fixtures/regex.txt | |
+72 −66 | test/prism/snapshots/regex.txt | |
+5 −0 | test/prism/unescape_test.rb |