tests: check more state numbers

* tests/torture.at (State number type): Also check 128, 129 and
32768.
This commit is contained in:
Akim Demaille
2019-10-03 06:54:22 +02:00
parent 39eb80bdbc
commit 1133220416

View File

@@ -265,8 +265,11 @@ AT_PARSER_CHECK([input])
AT_BISON_OPTION_POPDEFS
AT_CLEANUP])
AT_TEST( [128], [yytype_int8])
AT_TEST( [129], [yytype_uint8])
AT_TEST( [256], [yytype_uint8])
AT_TEST( [257], [yytype_int16])
AT_TEST([32768], [yytype_int16])
AT_TEST([65536], [yytype_uint16])
AT_TEST([65537], [int])