summaryrefslogtreecommitdiffstats
path: root/doc/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-12 15:28:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-12 15:28:33 +0000
commit5970fc210c4d1a9549f4aa61812be0b26a7b36e7 (patch)
tree12e0eb1f3ca22500d94fb356b1b7f001c04e92cd /doc/tools
parentCleaned up to remove warnings. (diff)
downloadrtems-5970fc210c4d1a9549f4aa61812be0b26a7b36e7.tar.bz2
Added test case for table -- barfs when optimization is enabled
Diffstat (limited to 'doc/tools')
-rw-r--r--doc/tools/pdl2texi/test_cases/table.d27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/tools/pdl2texi/test_cases/table.d b/doc/tools/pdl2texi/test_cases/table.d
new file mode 100644
index 0000000000..954a9b419b
--- /dev/null
+++ b/doc/tools/pdl2texi/test_cases/table.d
@@ -0,0 +1,27 @@
+OBJECT: AVDAS
+ DESCRIPTION:
+ This file contains a test case which blows up pdl2texi when optimization
+ is enabled. See the makefile for details.
+ THEORY OF OPERATION:
+ This object ..
+ NOTES:
+ The following blows up pdl2texi when -O is set.
+
+@table
+ System Switch
+
+@end table
+
+ATTRIBUTE DESCRIPTIONS: none
+
+ASSOCIATION DESCRIPTIONS: none
+
+ABSTRACT TYPE DESCRIPTIONS: none
+
+DATA ITEM DESCRIPTIONS: none
+
+METHOD DESCRIPTIONS: none
+
+TASK DESCRIPTIONS: none
+
+ENDOBJECT: AVDAS