Skip to content

Commit

Permalink
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/truffle/tags/language/block_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Block-local variables override shadowed variables from the outer scope
3 changes: 3 additions & 0 deletions spec/truffle/tags/language/constants_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fails:Constant resolution within a singleton class (class << obj) uses its own namespace for each object
fails:Constant resolution within a singleton class (class << obj) uses its own namespace for nested modules
fails:Constant resolution within a singleton class (class << obj) allows nested modules to have proper resolution
5 changes: 5 additions & 0 deletions spec/truffle/tags/language/optional_assignments_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fails:Optional variable assignments using compunded constants with ||= assignments
fails:Optional variable assignments using compunded constants with &&= assignments
fails:Optional variable assignments using compunded constants with &&= assignments will fail with non-existant constants
fails:Optional variable assignments using compunded constants with operator assignments
fails:Optional variable assignments using compunded constants with operator assignments will fail with non-existant constants

0 comments on commit 6b1da3a

Please sign in to comment.