diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-15 18:12:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-15 18:12:12 +0000 |
commit | 702b521b453ac5abfe9ae6336ff129cbd83f1eca (patch) | |
tree | 55ad3c5a7973067a76cac39a8bd1acef0965a03b /test/fixtures/wiki_contents.yml | |
parent | 4e1e5985a1a6763d5413ccd0524213d8cd3dc4a7 (diff) | |
download | redmine-702b521b453ac5abfe9ae6336ff129cbd83f1eca.tar.gz redmine-702b521b453ac5abfe9ae6336ff129cbd83f1eca.zip |
Redmine links can be used to link to documents, versions and attachments.
For now, attachments of the current object can be referenced only (if you're on an issue, it's possible reference attachments of this issue only).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1064 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/wiki_contents.yml')
-rw-r--r-- | test/fixtures/wiki_contents.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/fixtures/wiki_contents.yml b/test/fixtures/wiki_contents.yml index a230b9c08..6937dbd14 100644 --- a/test/fixtures/wiki_contents.yml +++ b/test/fixtures/wiki_contents.yml @@ -21,4 +21,14 @@ wiki_contents_002: version: 1
author_id: 1
comments:
-
\ No newline at end of file +wiki_contents_003:
+ text: |-
+ h1. Start page
+
+ E-commerce web site start page
+ updated_on: 2007-03-08 00:18:07 +01:00
+ page_id: 3
+ id: 3
+ version: 1
+ author_id: 1
+ comments:
|