Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
robbavey committed Feb 17, 2021
1 parent e277ee0 commit 915b148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/inputs/file_tail_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
fd.puts("ignore me 2")
fd.fsync
end
mlconf.update("pattern" => "^\s", "what" => "previous")
mlconf.update("pattern" => "^\\s", "what" => "previous")
conf.update("type" => "blah",
"path" => path_path,
"sincedb_path" => sincedb_path,
Expand Down Expand Up @@ -344,7 +344,7 @@
let(:suffix) { "J" }
let(:tmpfile_path2) { ::File.join(tmpdir_path, "K.txt") }
before do
mlconf.update("pattern" => "^\s", "what" => "previous")
mlconf.update("pattern" => "^\\s", "what" => "previous")
conf.update(
"type" => "blah",
"path" => path_path,
Expand Down

0 comments on commit 915b148

Please sign in to comment.