Skip to content

Commit

Permalink
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions spec/truffle/tags/core/kernel/chomp_tags.txt
Original file line number Diff line number Diff line change
@@ -11,3 +11,16 @@ slow:Kernel#chomp removes the value of $/ from the end of $_
slow:Kernel#chomp is a private method
slow:Kernel.chomp removes the final carriage return, newline from a multi-byte $_
slow:Kernel#chomp removes the final carriage return, newline from a multi-byte $_
fails:Kernel.chomp removes the final newline of $_
fails:Kernel.chomp removes the final carriage return of $_
fails:Kernel.chomp removes the final carriage return, newline of $_
fails:Kernel.chomp removes only the final newline of $_
fails:Kernel.chomp removes the value of $/ from the end of $_
fails:Kernel#chomp removes the final newline of $_
fails:Kernel#chomp removes the final carriage return of $_
fails:Kernel#chomp removes the final carriage return, newline of $_
fails:Kernel#chomp removes only the final newline of $_
fails:Kernel#chomp removes the value of $/ from the end of $_
fails:Kernel#chomp is a private method
fails:Kernel.chomp removes the final carriage return, newline from a multi-byte $_
fails:Kernel#chomp removes the final carriage return, newline from a multi-byte $_

0 comments on commit 9677465

Please sign in to comment.