diff options
| author | Joey Yakimowich-Payne <jyapayne@gmail.com> | 2020-04-23 22:11:39 -0600 |
|---|---|---|
| committer | Joey Yakimowich-Payne <jyapayne@gmail.com> | 2020-04-26 09:12:17 -0600 |
| commit | 322a0031984cefc278d2a377daa27bffdcbcae73 (patch) | |
| tree | bf8e7065ff6260f6c4e5cd88a6ec3ca64b42f167 /tests/include | |
| parent | 4e687dd80783e8ff7bca9ba8ba6ba61d3a933fc2 (diff) | |
| download | nimterop-322a0031984cefc278d2a377daa27bffdcbcae73.tar.gz nimterop-322a0031984cefc278d2a377daa27bffdcbcae73.zip | |
Add test for not supported nodes
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/tast2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h index 42c852f..b47a801 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -34,6 +34,8 @@ extern "C" { #define EQ6 AVAL == BVAL #define SIZEOF sizeof(char) +#define REG_STR "regular string" +#define NOTSUPPORTEDSTR "not a " REG_STR #define NULLCHAR '\0'/* comments should not break things*/ #define OCTCHAR '\012' // nor should this comment |
