Skip to content

Commit

Permalink
[Truffle] Untagged more String specs passing due to recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Feb 17, 2015
1 parent c494ed3 commit 6c8f7dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion spec/truffle/tags/core/string/each_line_tags.txt
@@ -1,4 +1,3 @@
fails:String#each_line taints substrings that are passed to the block if self is tainted
fails:String#each_line yields paragraphs (broken by 2 or more successive newlines) when passed ''
fails:String#each_line uses $/ as the separator when none is given
fails:String#each_line yields subclass instances for subclasses
11 changes: 0 additions & 11 deletions spec/truffle/tags/core/string/lines_tags.txt
@@ -1,14 +1,3 @@
fails:String#lines splits using default newline separator when none is specified
fails:String#lines splits self using the supplied record separator and passes each substring to the block
fails:String#lines taints substrings that are passed to the block if self is tainted
fails:String#lines passes self as a whole to the block if the separator is nil
fails:String#lines yields paragraphs (broken by 2 or more successive newlines) when passed ''
fails:String#lines uses $/ as the separator when none is given
fails:String#lines yields subclass instances for subclasses
fails:String#lines returns self
fails:String#lines tries to convert the separator to a string using to_str
fails:String#lines does not care if the string is modified while substituting
fails:String#lines raises a TypeError when the separator can't be converted to a string
fails:String#lines accepts a string separator
fails:String#lines raises a TypeError when the separator is a symbol
fails:String#lines returns an array when no block given

0 comments on commit 6c8f7dd

Please sign in to comment.