loki: framing_test: more infinity/nan test cases (#48855)

This commit is contained in:
Gábor Farkas
2022-05-09 11:47:50 +00:00
committed by GitHub
parent b1bde7667f
commit 7b9929fffe
4 changed files with 24 additions and 10 deletions
+8 -2
View File
@@ -10,8 +10,14 @@
"protocol": "http"
},
"values": [
[1643021611.9, "+Inf"],
[1643021911.9, "-Inf"]
[1643021611.1, "+Inf"],
[1643021911.2, "-Inf"],
[1643021611.3, "+Infinity"],
[1643021911.4, "-Infinity"],
[1643021611.5, "+inf"],
[1643021911.6, "-infinity"],
[1643021611.7, "+iNf"],
[1643021911.8, "-INfInItY"]
]
}
]