Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
805caf03
Commit
805caf03
authored
May 04, 2016
by
anonym
Browse files
Chomp excessive newlines.
parent
c2db06a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/support/helpers/dogtail.rb
View file @
805caf03
...
...
@@ -148,6 +148,7 @@ module Dogtail
]
a11y_at_spi_paths
=
run
(
find_paths_script_lines
).
stdout
.
chomp
.
split
(
"
\n
"
)
.
grep
(
Regexp
.
new
(
'^/org/a11y/atspi/accessible/'
))
.
map
{
|
path
|
path
.
chomp
}
a11y_at_spi_paths
.
map
do
|
path
|
more_init_lines
=
[
"from dogtail import predicate"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment