We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e277ee0 commit 915b148Copy full SHA for 915b148
spec/inputs/file_tail_spec.rb
@@ -225,7 +225,7 @@
225
fd.puts("ignore me 2")
226
fd.fsync
227
end
228
- mlconf.update("pattern" => "^\s", "what" => "previous")
+ mlconf.update("pattern" => "^\\s", "what" => "previous")
229
conf.update("type" => "blah",
230
"path" => path_path,
231
"sincedb_path" => sincedb_path,
@@ -344,7 +344,7 @@
344
let(:suffix) { "J" }
345
let(:tmpfile_path2) { ::File.join(tmpdir_path, "K.txt") }
346
before do
347
348
conf.update(
349
"type" => "blah",
350
0 commit comments