summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-04-24 15:55:18 -0400
committerKevin Newton <kddnewton@gmail.com>2024-04-25 08:14:56 -0400
commitb50e1e68b6050033587e9f6deaf7a104926a01ae (patch)
tree3b8f6f3faf77b40e97c174722e0a2efc1dfbe410 /spec
parent5d2fb5d76b576be080e9cfc9301cce0b5f061981 (diff)
[PRISM] Enable more passing tests
Diffstat (limited to 'spec')
-rw-r--r--spec/prism.mspec3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/prism.mspec b/spec/prism.mspec
index 16508bd547..190ee6fb36 100644
--- a/spec/prism.mspec
+++ b/spec/prism.mspec
@@ -5,9 +5,6 @@
MSpec.register(:exclude, "Warning.[] returns default values for categories :deprecated and :experimental")
## Language
-MSpec.register(:exclude, "Hash literal expands an '**{}' or '**obj' element with the last key/value pair taking precedence")
-MSpec.register(:exclude, "Hash literal expands an '**{}' and warns when finding an additional duplicate key afterwards")
-MSpec.register(:exclude, "Hash literal merges multiple nested '**obj' in Hash literals")
MSpec.register(:exclude, "Hash literal raises a SyntaxError at parse time when Symbol key with invalid bytes")
MSpec.register(:exclude, "Hash literal raises a SyntaxError at parse time when Symbol key with invalid bytes and 'key: value' syntax used")
MSpec.register(:exclude, "Regexps with encoding modifiers supports /e (EUC encoding) with interpolation")