Skip to content

Commit e98ad5c

Browse files
authored
add noconvert test (#221)
1 parent 16c4d62 commit e98ad5c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
query = """db-1 response | parse "in *ms" as duration noconvert"""
2+
input = """
3+
INFO Server db-1 loaded response in 000ms
4+
INFO Server db-1 loaded response in 001ms
5+
"""
6+
output = """
7+
[duration=000]
8+
[duration=001]
9+
"""

0 commit comments

Comments
 (0)