mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-06 03:16:11 +02:00
spec: Use more Regexp-like expression
This commit is contained in:
parent
2a2b968775
commit
16c04d986a
@ -7,8 +7,8 @@ describe RegexpPreview::SingleLine do
|
||||
describe "format" do
|
||||
let :params do
|
||||
{
|
||||
regexp: "(?<regexp>regexp)",
|
||||
time_format: "time_format",
|
||||
regexp: "(?<category>\[.+\])",
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user