Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Trailing whitespaces not removed for multiline ruby assertion #162

Open
1 task
peterromfeldhk opened this issue Aug 22, 2017 · 0 comments
Open
1 task

Comments

@peterromfeldhk
Copy link

Prerequisites

Description

trailing whitespace not removed in an ruby file, code:

    assert_predicate testpath/"testchain/geth/chaindata/000001.log", :exist?, 
                     "Failed to create log file"

Steps to Reproduce

  1. on OSX atom test.rb
  2. add
assert_predicate testpath/"testchain/geth/chaindata/000001.log", :exist?, 
                 "Failed to create log file"
  1. safe

Expected behavior: trailing whitespace is removed

Actual behavior: trailing whitespace is not removed

Reproduces how often: 100%

Versions

Atom : 1.18.0
Electron: 1.3.15
Chrome : 52.0.2743.82
Node : 6.5.0

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants