Skip to content

Commit

Permalink
fix: ftoa
Browse files Browse the repository at this point in the history
  • Loading branch information
liuq19 committed Oct 14, 2024
1 parent d3fa066 commit 380d2e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/jsonpath_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ TEST(JsonPath, IndexSelector) {
TestOk(json, "$[0]", "0");
TestOk(json, "$[-7]", "0");
TestOk(json, "$[1]", "1.23");
TestOk(json, "$[1]", "1.23");
TestOk(json, "$[2]", "4.0E56");
TestOk(json, "$[3]", "null");
TestOk(json, "$[4]", "true");
Expand Down

0 comments on commit 380d2e1

Please sign in to comment.