Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions spec/tags/ruby/core/io/each_line_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
fails:IO#each_line with limit when limit is 0 raises an ArgumentError
windows:IO#each_line with no separator yields each line starting from the current position
windows:IO#each_line when passed nil as a separator yields self's content starting from the current position when the passed separator is nil
fails:IO#each_line with both separator and limit when no block is given returns an Enumerator
4 changes: 2 additions & 2 deletions spec/tags/ruby/language/string_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
windows:Ruby character strings allows HEREDOC with <<'identifier', no interpolation
windows:Ruby character strings allows HEREDOC with <<-'identifier', allowing to indent identifier, no interpolation
fails(--debug is required for other tests, but turns on frozen string debugging):Ruby String literals with a magic frozen comment produce the same object for literals with the same content in different filesfails:Ruby String literals with a magic frozen comment produce the same object for literals with the same content
fails:Ruby String literals with a magic frozen comment produce the same object for literals with the same content in different files
fails(--debug is required for other tests, but turns on frozen string debugging):Ruby String literals with a magic frozen comment produce the same object for literals with the same content
fails(--debug is required for other tests, but turns on frozen string debugging):Ruby String literals with a magic frozen comment produce the same object for literals with the same content in different files

0 comments on commit 0c813de

Please sign in to comment.