keyword: add more reserved keywords to the test case
commit8b3644613a2348d5756d4ebcbe9a693669078d52
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Thu, 4 May 2017 23:29:38 +0000 (5 01:29 +0200)
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Fri, 12 May 2017 10:58:08 +0000 (12 12:58 +0200)
tree5442eeeb961499474559b2ea05475cc0c30792b4
parent16ae3ac5c5d072fd4503b339580361998cf016fe
keyword: add more reserved keywords to the test case

The testsuite contains a test case checking if some reserved
keywords are indeed reserved. But this test case contains some
of the reserved keywords.

Change this by adding (most of) all reserved keywords.

Note: one of the reserved keyword not added is '__attribute__'
      because the syntax and our parsing doesn't allow us to
      properly make a test for it.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
validation/reserved.c