-
-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Untagged a bunch of passing Regexp specs.
- Loading branch information
Showing
7 changed files
with
1 addition
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,4 +1,3 @@ | ||
fails:Regexp.escape works with symbols | ||
fails:Regexp.escape sets the encoding of the result to US-ASCII if there are only US-ASCII characters present in the input String | ||
fails:Regexp.escape sets the encoding of the result to the encoding of the String if any non-US-ASCII characters are present in an input String with valid encoding | ||
fails:Regexp.escape sets the encoding of the result to ASCII-8BIT if any non-US-ASCII characters are present in an input String with invalid encoding |
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,8 +1 @@ | ||
fails:Regexp#inspect returns a formatted string that would eval to the same regexp | ||
fails:Regexp#inspect returns options in the order 'mixn' | ||
fails:Regexp#inspect does not include the 'o' option | ||
fails:Regexp#inspect does not include a character set code | ||
fails:Regexp#inspect correctly escapes forward slashes / | ||
fails:Regexp#inspect doesn't over escape forward slashes | ||
fails:Regexp#inspect escapes 2 slashes in a row properly | ||
fails:Regexp#inspect does not over escape |
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
This file was deleted.
Oops, something went wrong.