diff options
| author | Josh Triplett <josh@freedesktop.org> | 2007-07-22 20:41:13 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@freedesktop.org> | 2007-07-22 20:41:13 -0700 |
| commit | 3e60ed2a60449aa9f27a4f3876957f1a29bf3d7d (patch) | |
| tree | 0f96067aef7ad29ad833311306e51abc96c07639 /validation | |
| parent | 3e9b0ca7156b2576c4ec7dbdb4053323e11fc0f8 (diff) | |
| download | sparse-dev-3e60ed2a60449aa9f27a4f3876957f1a29bf3d7d.tar.gz | |
Add test-suite metadata to escapes.c
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'validation')
| -rw-r--r-- | validation/escapes.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/validation/escapes.c b/validation/escapes.c index caf8a3a5..b0d2b4b7 100644 --- a/validation/escapes.c +++ b/validation/escapes.c @@ -1,3 +1,6 @@ static int e[] = { '\'', '\"', '\?', '\\', '\a', '\b', '\f', '\n', '\r', '\t', '\v', }; static char *s = "\'\"\?\\ \a\b\f\n\r\t\v"; +/* + * check-name: Character escape sequences + */ |
