]> git.draconx.ca Git - cdecl99.git/commit
tests: Fix overquoting of SIMPLE_DECLS group names.
authorNick Bowler <nbowler@draconx.ca>
Sat, 13 Jan 2024 08:09:48 +0000 (03:09 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 14 Jan 2024 05:46:50 +0000 (00:46 -0500)
commitb1e5676a0b41e67990dc949923aa4d5bdb3f1a73
tree4212799c0198147a9a86790b53f225788e74697b
parentfeb48afbafaee0119c91204b21edf099f326578f
tests: Fix overquoting of SIMPLE_DECLS group names.

The m4_car macro expands to a quoted string, so we need to use it
unquoted in order to maintain a consistent amount of m4 quoting
for the arguments expanded in both the test group name and in the
test data.

A bunch of group names had extra brackets which are now gone.  Adjust
all the test cases to consistently use extra quotes rather than
quadrigraphs for array syntax.
tests/decl-good.at