Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton authored Jun 27, 2024
1 parent 174d117 commit 5501c68
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/c-lib/syn.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,11 +569,13 @@ struct test_parse_sd_entry_s tests_parse_sd_entry[] = {
AI_ENTRY_TERMINATOR
} },

#
# TODO: Add functionality to the entry parser, with tests, to prevent specifications that would result in ambiguous processing:
#
# - Ensure variable length component is the last component.
# - Ensure a mandatory component does not follow an optional compoment.
/*
* TODO: Add functionality to the entry parser, with tests, to prevent specifications that would result in ambiguous processing:
*
* - Ensure variable length component is the last component.
* - Ensure a mandatory component does not follow an optional compoment.
*
*/

};

Expand Down

0 comments on commit 5501c68

Please sign in to comment.