-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Some more language specs passing.
- Loading branch information
1 parent
3a11773
commit ddee507
Showing
6 changed files
with
1 addition
and
16 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
fails:Hash literal expands an '**{}' element into the containing Hash literal initialization | ||
fails:Hash literal expands an '**obj' element into the containing Hash literal initialization | ||
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 | ||
fails:Hash literal merges the containing Hash into the **obj before importing obj's items | ||
fails:Hash literal merges multiple nested '**obj' in Hash literals |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
fails:Magic comment must be at the first line | ||
fails:Magic comment must be the first token of the 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 preserves ASCII-8BIT as /n encoding through interpolation if all chars are 7-bit | ||
fails:Regexps with encoding modifiers preserves Windows-31J as /s encoding through interpolation | ||
fails:Regexps with encoding modifiers preserves UTF-8 as /u encoding through interpolation | ||
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