From 94a6309643cd7ac2ba07c599c3ed17622b34295b Mon Sep 17 00:00:00 2001 From: lexx-bright Date: Wed, 27 Nov 2024 13:04:00 +0300 Subject: [PATCH] Fix typo --- tests/plain/test.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/plain/test.toml b/tests/plain/test.toml index f8bdcd4..0af5d7f 100644 --- a/tests/plain/test.toml +++ b/tests/plain/test.toml @@ -89,7 +89,7 @@ input = [ "cpu.loadavg;env=test;host=host1 2.1 1625478240", "test.host1.cpu.loadavg 9.4 1625478300", "cpu.loadavg;host=host1;env=test 1.3 1625478360", - "spec_symbols;minus=-;plus=+;percent=%;underscore=_;colon=:;hash=#;forward=/a 5.1 1625478360", + "spec_symbols;minus=-;plus=+;percent=%;underscore=_;colon=:;hash=#;forward/0=/0 5.1 1625478360", "non-ascii.иван;tagged=true 1.2 1625478240" ] @@ -154,7 +154,7 @@ output = [ "cpu.loadavg?env=test&host=host1 1.3 1625478360 2021-07-05 0", ] -# Tests for issue #116 +# Tests for issues: #116 #135 # spec_symbols;minus=-;plus=+;percent=%;underscore=_;colon=:;hash=#;forward/0=/0 5.1 1625478360 [[test.verify]] query = "SELECT Date, Tag1, Path, arraySort(Tags) as Tags FROM graphite_tags WHERE Path LIKE 'spec_symbols?%' ORDER BY Date, Tag1, Path"