Skip to content

Commit

Permalink
Updated for C-API tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Jan 28, 2020
1 parent 3ffaf93 commit 97fda18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lexical-capi/tests/test_cc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ TEST(test_set_exponent_default_char, config_tests)
bool no_exponent_without_fraction = false;
bool no_special = true;
bool case_sensitive_special = false;
bool no_leading_zeros = false;
bool no_integer_leading_zeros = false;
bool no_float_leading_zeros = false;
bool integer_internal_digit_separator = true;
bool fraction_internal_digit_separator = false;
bool exponent_internal_digit_separator = false;
Expand All @@ -236,7 +237,8 @@ TEST(test_set_exponent_default_char, config_tests)
required_exponent_sign,
no_exponent_without_fraction,
no_special,
no_leading_zeros,
no_integer_leading_zeros,
no_float_leading_zeros,
case_sensitive_special,
integer_internal_digit_separator,
fraction_internal_digit_separator,
Expand Down

0 comments on commit 97fda18

Please sign in to comment.