Revision: 2066
Author: laukpe
Date: Tue Jul 28 03:51:35 2009
Log: Added test data related to escaping documentation shown (issue 325)
http://code.google.com/p/robotframework/source/detail?r=2066
Modified:
/trunk/tools/libdoc/test/Example.java
/trunk/tools/libdoc/test/regular.py
/trunk/tools/libdoc/test/resource.tsv
=======================================
--- /trunk/tools/libdoc/test/Example.java Fri Nov 21 01:43:27 2008
+++ /trunk/tools/libdoc/test/Example.java Tue Jul 28 03:51:35 2009
@@ -6,19 +6,19 @@
public class Example {
/**
- * Creates new Example test library
+ * Creates new Example test library 1
*/
public Example() {
}
/**
- * Creates new Example test library
+ * Creates new Example test library 2
*/
public Example(String arg) {
}
/**
- * Creates new Example test library
+ * Creates new Example test library 3
*/
public Example(int i) {
}
@@ -30,7 +30,7 @@
}
/**
- * Does nothing
+ * Does nothing & <doc> has "stuff" to 'escape'!!
*/
public void myKeyword() {
}
=======================================
--- /trunk/tools/libdoc/test/regular.py Mon Apr 6 05:42:17 2009
+++ /trunk/tools/libdoc/test/regular.py Tue Jul 28 03:51:35 2009
@@ -15,7 +15,7 @@
self.arg2 = arg2
def keyword(self):
- """A keyword
+ """A "keyword" & it contains 'stuff' to <escape>
See `get hello` for details"""
pass
=======================================
--- /trunk/tools/libdoc/test/resource.tsv Mon Jul 27 13:31:06 2009
+++ /trunk/tools/libdoc/test/resource.tsv Tue Jul 28 03:51:35 2009
@@ -13,7 +13,7 @@
*keyword*
kw [Documentation] foo bar `kw 2`.
noop
-kw 2 [document] foo bar `kw`.\n baa `${a1}`
+kw 2 [document] foo bar `kw` & some "stuff" to <escape> .\n baa `${a1}`
[arguments] ${a1} ${a2}
noop
kw 3 [arguments] ${a1} @{a2}