Changeset 296
- Timestamp:
- May 16, 2008, 8:56:17 PM (17 years ago)
- Location:
- trunk/test/rendering
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/test/rendering/rendering.ipf ¶
r269 r296 3 3 .* NewView Rendering Tests 4 4 .* 5 .* RBRi 2006 5 .* RBRi 2006-2008 6 6 .* 7 7 .********************************************************** … … 20 20 .********************************************************** 21 21 :h1.Tests 22 :p. 23 Tests 22 :p.Tests 24 23 .* 25 24 .* … … 27 26 :h2 id=1234.TestTopic 28 27 :p.Page: TestTopic 28 .* 29 .* 30 .********************************************************** 31 :h2 id=1235 global.Global TestTopic 32 :p.Page: Global TestTopic 29 33 .* 30 34 .* … … 151 155 .********************************************************** 152 156 :h2.Link Tests 157 :p. 158 Link Tests 153 159 .* 154 160 .* … … 157 163 :p.This type links to some heading. 158 164 :ol. 159 :li.:link reftype=hd refid='1234'. 165 :li. 166 :link reftype=hd. 167 &colon.link reftype=hd. 168 :elink. 169 .br 170 (emty link definition test) 171 .br 172 this is not clickable 173 :li. 174 :link reftype=hd refid='1234'. 160 175 &colon.link reftype=hd refid='1234'. 161 176 .br 162 177 (internal link to our TestTopic) 163 178 :elink. 164 :li.:link reftype=hd refid='1234' database=test_topics. 179 :li. 180 :link reftype=hd database=rendering. 181 &colon.link reftype=hd database=rendering. 182 :elink. 183 .br 184 (external link without refid test) 185 .br 186 this is not clickable 187 :li.:link reftype=hd refid='1234' database=rendering. 188 &colon.link reftype=hd refid='1234' database=rendering. 189 :elink. 190 .br 191 :link reftype=hd refid='1234' database='rendering.hlp'. 192 &colon.link reftype=hd refid='1234' database='rendering.hlp'. 193 :elink. 194 .br 195 (external link to our TestTopic) 196 .br 197 This is not working because the topic is not global 198 199 :li. 200 :link reftype=hd refid='1235' database=rendering. 201 &colon.link reftype=hd refid='1235' database=rendering. 202 :elink. 203 .br 204 :link reftype=hd refid='1235' database='rendering.hlp'. 205 &colon.link reftype=hd refid='1235' database='rendering.hlp'. 206 :elink. 207 .br 208 (external link to our Global TestTopic) 209 :li. 210 :link reftype=hd refid='1234' database=test_topics. 165 211 &colon.link reftype=hd refid='1234' database=test_topics. 212 :elink. 213 .br 214 :link reftype=hd refid='1234' database='test_topics.hlp'. 215 &colon.link reftype=hd refid='1234' database='test_topics.hlp'. 216 :elink. 166 217 .br 167 218 (external link to the TestTopic in file test_topics.hlp). 168 :elink. 219 .br 220 This is not working because the topic is not global 221 :li. 222 :link reftype=hd refid='1235' database=test_topics. 223 &colon.link reftype=hd refid='1235' database=test_topics. 224 :elink. 225 .br 226 :link reftype=hd refid='1235' database='test_topics.hlp'. 227 &colon.link reftype=hd refid='1235' database='test_topics.hlp'. 228 :elink. 229 .br 230 (external link to the TestTopic in file test_topics.hlp). 169 231 :eol. 170 232 .* … … 260 322 :h2.Link type 'inform' 261 323 :p.Not supported by NewView at the moment. 262 :eol.263 324 .* 264 325 .* -
TabularUnified trunk/test/rendering/test_topics.ipf ¶
r269 r296 3 3 .* NewView Rendering Tests 4 4 .* 5 .* RBRi 2006 5 .* RBRi 2006-2008 6 6 .* 7 7 .********************************************************** … … 24 24 .********************************************************** 25 25 :h2 id=1234.TestTopic 26 :p.Document: TestTopic 26 27 :p.Page: TestTopic 27 28 .* 28 29 .* 29 30 .********************************************************** 31 :h2 id=1235 global.Global TestTopic 32 :p.Document: TestTopic 33 :p.Page: Global TestTopic 34 .* 35 .* 36 .********************************************************** 30 37 :h2.Topic with Blank 38 :p.Document: Global TestTopic 31 39 :p.Page: Topic with Blank 32 40 .* … … 34 42 .********************************************************** 35 43 :h2.Topic with Double"Quote 44 :p.Document: TestTopic 36 45 :p.Page: Topic with Double"Quote 37 46 .* … … 39 48 .********************************************************** 40 49 :h2.Double&cdq.Quote 50 :p.Document: TestTopic 41 51 :p.Page: Double&cdq.Quote 42 52 .* … … 44 54 .********************************************************** 45 55 :h2.At&atsign.sign 56 :p.Document: TestTopic 46 57 :p.Page: At&atsign.sign 47 58 .* … … 50 61 .********************************************************** 51 62 :h2.Amper&.sand 63 :p.Document: TestTopic 52 64 :p.Page: Amper&.sand 53 65 .* … … 55 67 .********************************************************** 56 68 :h2.Topic with \Backslash 69 :p.Document: TestTopic 57 70 :p.Page: Topic with \Backslash 58 71 .*
Note:
See TracChangeset
for help on using the changeset viewer.