summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c
Commit message (Collapse)AuthorAgeFilesLines
* glcpp: Support #elif(expression) with no intervening space.Matt Turner2012-11-281-0/+24
And add test cases to ensure that this works - 110 verifies that glcpp rejects #elif<digits> which glcpp previously accepted. - 111 verifies that glcpp accepts #if followed immediately by (, +, -, !, or ~. - 112 does the same as 111 but for #elif. See 17f9beb6 for #if change. Reviewed-by: Carl Worth <cworth@cworth.org>