Page MenuHomePhabricator

[backport#16887 3/3] test: add unit tests for Span-parsing helpers
ClosedPublic

Authored by majcosta on Jul 9 2020, 20:09.

Details

Summary

tests the following four functions:

  • Const() [parse constant]
  • Func() [parse function]
  • Expr() [parse expression]
  • Split() [split up a string]

https://github.com/bitcoin/bitcoin/pull/16887/commits/bb36372b8f2bd675313ae8553ceb61f28c2c1afd


Depends on D6878

Concludes backport of Core PR16887

Test Plan
ninja check-bitcoin-util_tests

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable