Skip to content

Commit

Permalink
add more EXP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Apr 5, 2021
1 parent 9066622 commit 4d11cf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/ebus/test/test_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,8 @@ int main() {
{"x,,exp,-100", "-9", "10feffff04ec51b8bd", "00", ""},
{"x,,exp", "0.25", "10feffff040000803e", "00", ""},
{"x,,exp", "-", "10feffff040000c07f", "00", "W"},
{"x,,exp", "0.95", "10feffff043333733f", "00", ""},
{"x,,exp", "0.65", "10feffff046666263f", "00", ""},
{"x,,exr", "-0.09", "10feffff04bdb851ec", "00", ""},
{"x,,exr", "0.0", "10feffff0400000000", "00", ""},
{"x,,exr", "-0.001", "10feffff04ba83126f", "00", ""},
Expand Down

0 comments on commit 4d11cf6

Please sign in to comment.