]> git.draconx.ca Git - cdecl99.git/commit
tests: Ensure that English keywords can be parsed.
authorNick Bowler <nbowler@draconx.ca>
Fri, 7 Jul 2023 01:02:25 +0000 (21:02 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 7 Jul 2023 01:02:25 +0000 (21:02 -0400)
commita0629a04f4fc6093900c9e4703e440d6b0ba24ad
tree9f9622b4eca941965720772e62d1bef10a14a9ed
parent21434f681bfb00d9628c5253444c7f175746aed8
tests: Ensure that English keywords can be parsed.

We don't want to reject words like "declare" in identifiers, at least
when parsing C code, so add test cases to make sure that works.
tests/decl-good.at