add testcase for wrong early escape conversion
[smatch.git] / validation / preprocessor / early-escape.c
blobc7beba5d881bfce54d30a317f5217782e621845d
1 #if 0
2 "\l"
3 #endif
5 /*
6 * check-description:
7 * Following the C standard, escape conversion must be
8 * done in phase 5, just after preprocessing and just
9 * before string concatenation. So we're not supposed
10 * to receive a diagnostic for an unknown escape char
11 * for a token which is excluded by the preprocessor.
12 * check-name: early-escape
13 * check-command: sparse -E $file
14 * check-known-to-fail
16 * check-output-start
19 * check-output-end
21 * check-error-start
22 * check-error-end