Rename 'state' to 'scope'
This commit is contained in:
@@ -162,7 +162,7 @@ static void test_tokenize_nil(void) {
|
||||
TEST_ASSERT_NULL(token2->cell.cdr);
|
||||
}
|
||||
|
||||
static void test_tokenize_statement(void) {
|
||||
static void test_tokenize_scopement(void) {
|
||||
response = ucl_tokenize("(foo)");
|
||||
|
||||
TEST_ASSERT_NOT_NULL(response);
|
||||
@@ -344,7 +344,7 @@ int main(void) {
|
||||
RUN_TEST(test_token_next_symbol_w_whitespace);
|
||||
RUN_TEST(test_tokenize_empty_str);
|
||||
RUN_TEST(test_tokenize_nil);
|
||||
RUN_TEST(test_tokenize_statement);
|
||||
RUN_TEST(test_tokenize_scopement);
|
||||
RUN_TEST(test_parse_atom_symbol);
|
||||
RUN_TEST(test_parse_atom_lparen);
|
||||
RUN_TEST(test_parse_atom_rparen);
|
||||
|
||||
Reference in New Issue
Block a user