Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and 16 deletions.
- +0 −4 spec/truffle/tags/language/hash_tags.txt
- +0 −2 spec/truffle/tags/language/lambda_tags.txt
- +1 −1 spec/truffle/tags/language/magic_comment_tags.txt
- +0 −4 spec/truffle/tags/language/predefined_tags.txt
- +0 −3 spec/truffle/tags/language/regexp/encoding_tags.txt
- +0 −2 spec/truffle/tags/language/string_tags.txt
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,6 +1,2 @@ | ||
fails:Hash literal calls #to_hash to convert an '**obj' element | ||
fails:Hash literal raises a TypeError if #to_hash does not return a Hash | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,2 +1,2 @@ | ||
fails:Magic comment must be at the first line | ||
fails:Magic comment must be the first token of the line |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,5 +1,2 @@ | ||
fails:Regexps with encoding modifiers preserves US-ASCII as /n encoding through interpolation if all chars are 7-bit | ||
fails:Regexps with encoding modifiers uses ASCII-8BIT as /n encoding if not all chars are 7-bit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters