8000 [PRISM] Disallow keywords and blocks in index expressions by kddnewton · Pull Request #10717 · ruby/ruby · GitHub
[go: up one dir, main page]

Skip to content

[PRISM] Disallow keywords and blocks in index expressions #10717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[PRISM] Enable passing tests for index expressions
  • Loading branch information
kddnewton committed May 3, 2024
commit 912fd6d6084d0809794f9cbf04c620ca69f2eb6e
3 changes: 0 additions & 3 deletions test/.excludes-prism/TestCall.rb

This file was deleted.

1 change: 0 additions & 1 deletion test/.excludes-prism/TestParse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
exclude(:test_global_variable, "unknown")
exclude(:test_invalid_char, "unknown")
exclude(:test_location_of_invalid_token, "unknown")
exclude(:test_op_asgn1_with_block, "unknown")
exclude(:test_percent, "unknown")
exclude(:test_question, "unknown")
exclude(:test_shareable_constant_value_ignored, "unknown")
Expand Down
0