diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-11-25 11:42:10 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-11-25 11:42:10 +0100 |
commit | 2a2565431c0c13d651d574326b7e9f676dd2896b (patch) | |
tree | 1cb02eea56b8b5936320113467fdc273fa623240 /data/comments.c | |
parent | 052b8c9cb9a4dd165d147477546d63ac08598fc6 (diff) | |
download | eo_tokenizer-2a2565431c0c13d651d574326b7e9f676dd2896b.zip eo_tokenizer-2a2565431c0c13d651d574326b7e9f676dd2896b.tar.gz |
update test data
Diffstat (limited to 'data/comments.c')
-rw-r--r-- | data/comments.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/data/comments.c b/data/comments.c deleted file mode 100644 index 5fd0216..0000000 --- a/data/comments.c +++ /dev/null @@ -1,20 +0,0 @@ -/* comment:1-1 */
-
-/*
- comment:3-4 */
-/*
- * comment:5-7
- */
-
-// comment:9-9
-
- /*
-comment:11-15
- *
- *
- * *//*comment 15-16
-*/
-
- Evas_object {
- inherits { Eo_Base, Evas_Common_Interface }
-}
|