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/01_comments.c | |
parent | 052b8c9cb9a4dd165d147477546d63ac08598fc6 (diff) | |
download | eo_tokenizer-2a2565431c0c13d651d574326b7e9f676dd2896b.zip eo_tokenizer-2a2565431c0c13d651d574326b7e9f676dd2896b.tar.gz |
update test data
Diffstat (limited to 'data/01_comments.c')
-rw-r--r-- | data/01_comments.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/01_comments.c b/data/01_comments.c new file mode 100644 index 0000000..67eaa90 --- /dev/null +++ b/data/01_comments.c @@ -0,0 +1,17 @@ +/* comment:1-1 */
+
+/*
+ comment:3-4 */
+/*
+ * comment:5-7
+ */
+
+// comment:9-9
+
+ /*
+comment:11-15
+ *
+ *
+ * *//*comment 15-16
+*/
+FAIL NOW !
|