summaryrefslogtreecommitdiff
path: root/test/DocTest.thrift
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2016-01-28 21:30:08 +0100
committerJens Geyer <jensg@apache.org>2016-01-28 23:03:24 +0100
commit108fab82424b094f63f6eee2138f07e96ea117c5 (patch)
tree953379d3a6332814c7abbe9dbadcaa4c9f2c2de5 /test/DocTest.thrift
parent45c8e4935740292b8253041195ed5913d1c796b1 (diff)
downloadthrift-108fab82424b094f63f6eee2138f07e96ea117c5.tar.gz
THRIFT-3501 Forward slash in comment causes compiler error
Client: Compiler (general) Patch: Jens Geyer
Diffstat (limited to 'test/DocTest.thrift')
-rw-r--r--test/DocTest.thrift8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/DocTest.thrift b/test/DocTest.thrift
index 9d19855eb..5d205b7b8 100644
--- a/test/DocTest.thrift
+++ b/test/DocTest.thrift
@@ -246,4 +246,12 @@ typedef i32 TotallyDegenerate
/**no room for newline here*/
+/* * / */
+typedef i32 TestFor3501a
+
+/**
+ * /
+ */
+typedef i32 TestFor3501b
+
/* THE END */