wortsammler 1.0.3 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +46 -4
  3. data/.gitpod.Dockerfile +32 -0
  4. data/.gitpod.yml +1 -0
  5. data/.idea/.name +1 -0
  6. data/.idea/.rakeTasks +7 -0
  7. data/.idea/202_wortsammler-gem.iml +119 -0
  8. data/.idea/compiler.xml +22 -0
  9. data/.idea/encodings.xml +6 -0
  10. data/.idea/inspectionProfiles/profiles_settings.xml +7 -0
  11. data/.idea/misc.xml +4 -0
  12. data/.idea/modules.xml +9 -0
  13. data/.idea/vcs.xml +7 -0
  14. data/Gemfile +1 -0
  15. data/README.md +25 -28
  16. data/Rakefile +3 -3
  17. data/changelog.md +17 -1
  18. data/lib/wortsammler.rb +61 -54
  19. data/lib/wortsammler/class.Traceable.md.rb +9 -7
  20. data/lib/wortsammler/class.Traceable.rb +74 -60
  21. data/lib/wortsammler/class.proolib.rb +1102 -982
  22. data/lib/wortsammler/mdTraceParser.treetop +2 -2
  23. data/lib/wortsammler/version.rb +1 -1
  24. data/resources/default.wortsammler.latex +4 -3
  25. data/resources/main.md +1 -1
  26. data/resources/pandocdefault.docx +0 -0
  27. data/resources/pandocdefault.epub +70 -0
  28. data/resources/pandocdefault.html +73 -0
  29. data/resources/pandocdefault.latex +403 -0
  30. data/resources/sample_the-sample-document.yaml +27 -1
  31. data/spec/TC_EXP_001.md +2 -1
  32. data/spec/Zupfnoter.jpg +0 -0
  33. data/spec/tc_exp_003_reference.txt +14 -29
  34. data/spec/test_beautify.md +13 -1
  35. data/spec/test_beautify_reference.md +17 -3
  36. data/spec/test_mkindex_reference.txt +9 -38
  37. data/spec/test_slides.md +38 -0
  38. data/spec/wortsammler_spec.rb +186 -150
  39. data/testproject.xx/30_Sources/001_Main/main.md +273 -0
  40. data/testproject.xx/30_Sources/900_snippets/snippets.xlsx +0 -0
  41. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_compact.docx +0 -0
  42. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_compact.html +145 -0
  43. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_compact.latex +416 -0
  44. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_compact.pdf +0 -0
  45. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_folien.beamer.pdf +0 -0
  46. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_folien.docx +0 -0
  47. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_folien.html +145 -0
  48. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_folien.latex +416 -0
  49. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_folien.pdf +0 -0
  50. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_mieter.docx +0 -0
  51. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_mieter.html +145 -0
  52. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_mieter.latex +416 -0
  53. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_mieter.pdf +0 -0
  54. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_review.latex +582 -0
  55. data/testproject.xx/30_Sources/ZGEN_Documents/RS_Main_review.pdf +0 -0
  56. data/testproject.xx/30_Sources/ZGEN_RequirementsTracing/RS_Main.traces.md +56 -0
  57. data/testproject.xx/30_Sources/ZGEN_RequirementsTracing/ZGEN_Reqtrace.graphml +119 -0
  58. data/testproject.xx/30_Sources/ZGEN_RequirementsTracing/ZGEN_Reqtrace.md +50 -0
  59. data/testproject.xx/30_Sources/ZGEN_RequirementsTracing/ZGEN_ReqtraceCompare.txt +52 -0
  60. data/testproject.xx/30_Sources/ZSUPP_Manifests/sample_the-sample-document.yaml +79 -0
  61. data/testproject.xx/30_Sources/ZSUPP_Styles/default.wortsammler.latex +321 -0
  62. data/testproject.xx/30_Sources/ZSUPP_Styles/logo.jpg +0 -0
  63. data/testproject.xx/30_Sources/ZSUPP_Tools/rakefile.rb +5 -0
  64. data/testresults/wortsammler_testresults.html +49 -466
  65. data/uninstall-pandoc.pl +79 -0
  66. data/wortsammler.gemspec +7 -4
  67. metadata +84 -14
  68. data/testresults/wortsammler_testresults.log +0 -325
  69. data/wortsammler-gem.sublime-project +0 -8
@@ -0,0 +1,5 @@
1
+
2
+ require 'wortsammler/rake_helper'
3
+
4
+
5
+
@@ -1,5 +1,8 @@
1
- <!DOCTYPE html>
2
- <html lang='en'>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
6
  <head>
4
7
  <title>RSpec results</title>
5
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -10,7 +13,7 @@
10
13
  margin: 0;
11
14
  padding: 0;
12
15
  background: #fff;
13
- font-size:raike 80%;
16
+ font-size: 80%;
14
17
  }
15
18
  </style>
16
19
  <script type="text/javascript">
@@ -266,14 +269,14 @@ a {
266
269
  </div>
267
270
 
268
271
  <div id="display-filters">
269
- <input id="passed_checkbox" name="passed_checkbox" type="checkbox" checked="checked" onchange="apply_filters()" value="1" /> <label for="passed_checkbox">Passed</label>
270
- <input id="failed_checkbox" name="failed_checkbox" type="checkbox" checked="checked" onchange="apply_filters()" value="2" /> <label for="failed_checkbox">Failed</label>
271
- <input id="pending_checkbox" name="pending_checkbox" type="checkbox" checked="checked" onchange="apply_filters()" value="3" /> <label for="pending_checkbox">Pending</label>
272
+ <input id="passed_checkbox" name="passed_checkbox" type="checkbox" checked onchange="apply_filters()" value="1"> <label for="passed_checkbox">Passed</label>
273
+ <input id="failed_checkbox" name="failed_checkbox" type="checkbox" checked onchange="apply_filters()" value="2"> <label for="failed_checkbox">Failed</label>
274
+ <input id="pending_checkbox" name="pending_checkbox" type="checkbox" checked onchange="apply_filters()" value="3"> <label for="pending_checkbox">Pending</label>
272
275
  </div>
273
276
 
274
277
  <div id="summary">
275
- <p id="totals">&#160;</p>
276
- <p id="duration">&#160;</p>
278
+ <p id="totals">&nbsp;</p>
279
+ <p id="duration">&nbsp;</p>
277
280
  </div>
278
281
  </div>
279
282
 
@@ -281,467 +284,47 @@ a {
281
284
  <div class="results">
282
285
  <div id="div_group_1" class="example_group passed">
283
286
  <dl style="margin-left: 0px;">
284
- <dt id="example_group_1" class="passed">PandocBeautifier</dt>
285
- <script type="text/javascript">moveProgressBar('1.4');</script>
286
- <dd class="example passed"><span class="passed_spec_name">checks the availability of the right pandoc version</span><span class='duration'>0.01362s</span></dd>
287
- </dl>
288
- </div>
289
- <div id="div_group_2" class="example_group passed">
290
- <dl style="margin-left: 0px;">
291
- <dt id="example_group_2" class="passed">pdf utilities:</dt>
292
- <script type="text/javascript">moveProgressBar('2.8');</script>
293
- <dd class="example passed"><span class="passed_spec_name">adjusts the bounding box of a pdf file</span><span class='duration'>34.33352s</span></dd>
294
- <script type="text/javascript">moveProgressBar('4.2');</script>
295
- <dd class="example passed"><span class="passed_spec_name">converts an excel sheet to pdf</span><span class='duration'>2.99798s</span></dd>
296
- <script type="text/javascript">moveProgressBar('5.6');</script>
297
- <dd class="example passed"><span class="passed_spec_name">converts a powerpoint to pdf</span><span class='duration'>1.77777s</span></dd>
298
- <script type="text/javascript">moveProgressBar('7.0');</script>
299
- <dd class="example passed"><span class="passed_spec_name">converts an excelsheet to cropped pdf</span><span class='duration'>3.73803s</span></dd>
300
- <script type="text/javascript">moveProgressBar('8.4');</script>
301
- <dd class="example passed"><span class="passed_spec_name">converts a powerpoint to cropped pdf</span><span class='duration'>35.45195s</span></dd>
302
- </dl>
303
- </div>
304
- <div id="div_group_3" class="example_group passed">
305
- <dl style="margin-left: 0px;">
306
- <dt id="example_group_3" class="passed">TraceableSet</dt>
307
- <script type="text/javascript">moveProgressBar('9.8');</script>
308
- <dd class="example passed"><span class="passed_spec_name">should return a blank instance</span><span class='duration'>0.00019s</span></dd>
309
- <script type="text/javascript">moveProgressBar('11.2');</script>
310
- <dd class="example passed"><span class="passed_spec_name">allows to add Traceables</span><span class='duration'>0.00018s</span></dd>
311
- <script type="text/javascript">moveProgressBar('12.6');</script>
312
- <dd class="example passed"><span class="passed_spec_name">delivers the first of the duplicates</span><span class='duration'>0.00032s</span></dd>
313
- <script type="text/javascript">moveProgressBar('14.0');</script>
314
- <dd class="example passed"><span class="passed_spec_name">advertises duplicates</span><span class='duration'>0.00047s</span></dd>
315
- <script type="text/javascript">moveProgressBar('15.4');</script>
316
- <dd class="example passed"><span class="passed_spec_name">adertises undefined traceables</span><span class='duration'>0.00066s</span></dd>
317
- <script type="text/javascript">moveProgressBar('16.9');</script>
318
- <dd class="example passed"><span class="passed_spec_name">advertises all traceables</span><span class='duration'>0.00028s</span></dd>
319
- <script type="text/javascript">moveProgressBar('18.3');</script>
320
- <dd class="example passed"><span class="passed_spec_name">advertises a hash of supporting traces</span><span class='duration'>0.00018s</span></dd>
321
- <script type="text/javascript">moveProgressBar('19.7');</script>
322
- <dd class="example passed"><span class="passed_spec_name">advertises traceable ids of a particular category</span><span class='duration'>0.00018s</span></dd>
323
- <script type="text/javascript">moveProgressBar('21.1');</script>
324
- <dd class="example passed"><span class="passed_spec_name">advertises ttraceables of a particular category</span><span class='duration'>0.00018s</span></dd>
325
- <script type="text/javascript">moveProgressBar('22.5');</script>
326
- <dd class="example passed"><span class="passed_spec_name">merges traceables</span><span class='duration'>0.00030s</span></dd>
327
- <script type="text/javascript">moveProgressBar('23.9');</script>
328
- <dd class="example passed"><span class="passed_spec_name">exposes deleted Traceables</span><span class='duration'>0.00016s</span></dd>
329
- <script type="text/javascript">moveProgressBar('25.3');</script>
330
- <dd class="example passed"><span class="passed_spec_name">exposes added Traceables</span><span class='duration'>0.00018s</span></dd>
331
- <script type="text/javascript">moveProgressBar('26.7');</script>
332
- <dd class="example passed"><span class="passed_spec_name">exposes deleted Traceables of category</span><span class='duration'>0.00018s</span></dd>
333
- <script type="text/javascript">moveProgressBar('28.1');</script>
334
- <dd class="example passed"><span class="passed_spec_name">exposes added Traceables of category</span><span class='duration'>0.00016s</span></dd>
335
- <script type="text/javascript">moveProgressBar('29.5');</script>
336
- <dd class="example passed"><span class="passed_spec_name">exploses changed traceids as array of [Traceid, levensthein, diff_as_html]</span><span class='duration'>0.01013s</span></dd>
337
- <script type="text/javascript">moveProgressBar('30.9');</script>
338
- <dd class="example passed"><span class="passed_spec_name">exposes unchanged Traceables</span><span class='duration'>0.00488s</span></dd>
339
- <script type="text/javascript">moveProgressBar('32.3');</script>
340
- <dd class="example passed"><span class="passed_spec_name">can be marshalled to a file</span><span class='duration'>0.00260s</span></dd>
341
- <script type="text/javascript">moveProgressBar('33.8');</script>
342
- <dd class="example passed"><span class="passed_spec_name">can be dumped to a graphml file</span><span class='duration'>0.00240s</span></dd>
343
- </dl>
344
- </div>
345
- <div id="div_group_4" class="example_group passed">
346
- <dl style="margin-left: 0px;">
347
- <dt id="example_group_4" class="passed">Traceable</dt>
348
- <script type="text/javascript">moveProgressBar('35.2');</script>
349
- <dd class="example passed"><span class="passed_spec_name">should == &quot;id&quot;</span><span class='duration'>0.00039s</span></dd>
350
- <script type="text/javascript">moveProgressBar('36.6');</script>
351
- <dd class="example passed"><span class="passed_spec_name">should == &quot;origin&quot;</span><span class='duration'>0.00014s</span></dd>
352
- <script type="text/javascript">moveProgressBar('38.0');</script>
353
- <dd class="example passed"><span class="passed_spec_name">should == &quot;alternative_id&quot;</span><span class='duration'>0.00023s</span></dd>
354
- <script type="text/javascript">moveProgressBar('39.4');</script>
355
- <dd class="example passed"><span class="passed_spec_name">should == &quot;header_plain&quot;</span><span class='duration'>0.00016s</span></dd>
356
- <script type="text/javascript">moveProgressBar('40.8');</script>
357
- <dd class="example passed"><span class="passed_spec_name">should == &quot;\\textt{header_origin}&quot;</span><span class='duration'>0.00016s</span></dd>
358
- <script type="text/javascript">moveProgressBar('42.2');</script>
359
- <dd class="example passed"><span class="passed_spec_name">should == &quot;body_plain&quot;</span><span class='duration'>0.00013s</span></dd>
360
- <script type="text/javascript">moveProgressBar('43.6');</script>
361
- <dd class="example passed"><span class="passed_spec_name">should == [&quot;contributes_to&quot;]</span><span class='duration'>0.00013s</span></dd>
362
- <script type="text/javascript">moveProgressBar('45.0');</script>
363
- <dd class="example passed"><span class="passed_spec_name">should == &quot;trace_orig&quot;</span><span class='duration'>0.00014s</span></dd>
364
- <script type="text/javascript">moveProgressBar('46.4');</script>
365
- <dd class="example passed"><span class="passed_spec_name">should == &quot;origin&quot;</span><span class='duration'>0.00010s</span></dd>
366
- <script type="text/javascript">moveProgressBar('47.8');</script>
367
- <dd class="example passed"><span class="passed_spec_name">should == &quot;category&quot;</span><span class='duration'>0.00013s</span></dd>
368
- <script type="text/javascript">moveProgressBar('49.2');</script>
369
- <dd class="example passed"><span class="passed_spec_name">should == &quot;info&quot;</span><span class='duration'>0.00017s</span></dd>
370
- </dl>
371
- </div>
372
- <div id="div_group_5" class="example_group passed">
373
- <dl style="margin-left: 0px;">
374
- <dt id="example_group_5" class="passed">Wortsammler generic issues</dt>
375
- <script type="text/javascript">moveProgressBar('50.7');</script>
376
- <dd class="example passed"><span class="passed_spec_name">provides a help</span><span class='duration'>0.36756s</span></dd>
377
- <script type="text/javascript">moveProgressBar('52.1');</script>
378
- <dd class="example passed"><span class="passed_spec_name">runs silent</span><span class='duration'>0.38399s</span></dd>
379
- <script type="text/javascript">moveProgressBar('53.5');</script>
380
- <dd class="example passed"><span class="passed_spec_name">reports version numbers</span><span class='duration'>0.39196s</span></dd>
381
- <script type="text/javascript">moveProgressBar('54.9');</script>
382
- <dd class="example passed"><span class="passed_spec_name">turns on vervbose mode</span><span class='duration'>0.40606s</span></dd>
383
- <script type="text/javascript">moveProgressBar('56.3');</script>
384
- <dd class="example passed"><span class="passed_spec_name">can create a new project folder</span><span class='duration'>0.38987s</span></dd>
385
- <script type="text/javascript">moveProgressBar('57.7');</script>
386
- <dd class="example passed"><span class="passed_spec_name">does not initialize into an existing project folder</span><span class='duration'>0.36904s</span></dd>
387
- <script type="text/javascript">makeRed('rspec-header');</script>
388
- <script type="text/javascript">makeRed('div_group_5');</script>
389
- <script type="text/javascript">makeRed('example_group_5');</script>
390
- <script type="text/javascript">moveProgressBar('59.1');</script>
391
- <dd class="example pending_fixed">
392
- <span class="failed_spec_name">controls the pandoc options by document class</span>
393
- <span class="duration">0.00024s</span>
394
- <div class="failure" id="failure_1">
395
- <div class="message"><pre>Expected pending &#39;implement test to control pandoc options by document class&#39; to fail. No Error was raised.</pre></div>
396
- <div class="backtrace"><pre>./spec/wortsammler_spec.rb:52</pre></div>
397
- <pre class="ruby"><code><span class="linenum">50</span> <span class="keyword">end</span>
398
- <span class="linenum">51</span>
399
- <span class="offending"><span class="linenum">52</span> it <span class="string"><span class="delimiter">&quot;</span><span class="content">controls the pandoc options by document class</span><span class="delimiter">&quot;</span></span> <span class="keyword">do</span></span>
400
- <span class="linenum">53</span> pending <span class="string"><span class="delimiter">&quot;</span><span class="content">implement test to control pandoc options by document class</span><span class="delimiter">&quot;</span></span>
401
- <span class="linenum">54</span> <span class="keyword">end</span></code></pre>
402
- </div>
403
- </dd>
404
- </dl>
405
- </div>
406
- <div id="div_group_6" class="example_group passed">
407
- <dl style="margin-left: 0px;">
408
- <dt id="example_group_6" class="passed">Wortsammler options validator</dt>
409
- <script type="text/javascript">moveProgressBar('60.5');</script>
410
- <dd class="example passed"><span class="passed_spec_name">rejects no processing</span><span class='duration'>0.36100s</span></dd>
411
- </dl>
412
- </div>
413
- <div id="div_group_7" class="example_group passed">
414
- <dl style="margin-left: 0px;">
415
- <dt id="example_group_7" class="passed">Wortsammler beautifier features</dt>
416
- <script type="text/javascript">moveProgressBar('61.9');</script>
417
- <dd class="example passed"><span class="passed_spec_name">beautifies all markdown files in a folder</span><span class='duration'>0.59469s</span></dd>
418
- <script type="text/javascript">moveProgressBar('63.3');</script>
419
- <dd class="example passed"><span class="passed_spec_name">beautifies a single file</span><span class='duration'>0.39553s</span></dd>
420
- <script type="text/javascript">moveProgressBar('64.7');</script>
421
- <dd class="example passed"><span class="passed_spec_name">recognizes if the specified manifest file is a directory</span><span class='duration'>0.38522s</span></dd>
422
- <script type="text/javascript">moveProgressBar('66.1');</script>
423
- <dd class="example passed"><span class="passed_spec_name">beautifies input files in a manifest</span><span class='duration'>0.43862s</span></dd>
424
- <script type="text/javascript">moveProgressBar('67.6');</script>
425
- <dd class="example passed"><span class="passed_spec_name">claims missing input</span><span class='duration'>0.38422s</span></dd>
426
- <script type="text/javascript">moveProgressBar('69.0');</script>
427
- <dd class="example passed"><span class="passed_spec_name">claims undefined document path</span><span class='duration'>0.38370s</span></dd>
428
- <script type="text/javascript">makeRed('div_group_7');</script>
429
- <script type="text/javascript">makeRed('example_group_7');</script>
430
- <script type="text/javascript">moveProgressBar('70.4');</script>
431
- <dd class="example failed">
432
- <span class="failed_spec_name">creates a semantically unchanged markdown file</span>
433
- <span class="duration">0.42208s</span>
434
- <div class="failure" id="failure_2">
435
- <div class="message"><pre>Failure/Error: result.should == reference
436
-
437
- expected: &quot;% Test Markdown\n% Bernhard Weichel\n% 1.12.2014\n\n# Test headlines\n\n# Head Leel 2\n\n# test fenc... codedblock\n~~~~\n\n~~~~ {#backtick_codeblock}\n\nthis\n\n is\n\n codedblock\n~~~~\n&quot;
438
- got: &quot;---\nauthor:\n- Bernhard Weichel\ndate: &#39;1.12.2014&#39;\ntitle: Test Markdown\n...\n\n# Test headlines\n... codedblock\n```\n\n``` {#backtick_codeblock}\n\nthis\n\n is\n\n codedblock\n```\n&quot; (using ==)
439
- Diff:
440
- @@ -1,6 +1,9 @@
441
- -% Test Markdown
442
- -% Bernhard Weichel
443
- -% 1.12.2014
444
- +---
445
- +author:
446
- +- Bernhard Weichel
447
- +date: &#39;1.12.2014&#39;
448
- +title: Test Markdown
449
- +...
450
-
451
- # Test headlines
452
-
453
-
454
-
455
-
456
- @@ -8,21 +11,21 @@
457
-
458
- # test fenced code blocks
459
-
460
- -~~~~ {#codeblock}
461
- +``` {#codeblock}
462
-
463
- this
464
-
465
- is
466
-
467
- codedblock
468
- -~~~~
469
- +```
470
-
471
- -~~~~ {#backtick_codeblock}
472
- +``` {#backtick_codeblock}
473
-
474
- this
475
-
476
- is
477
-
478
- codedblock
479
- -~~~~
480
- +```</pre></div>
481
- <div class="backtrace"><pre>./spec/wortsammler_spec.rb:142:in `block (2 levels) in &lt;top (required)&gt;&#39;</pre></div>
482
- <pre class="ruby"><code><span class="linenum">140</span> reference = <span class="constant">File</span>.open(referencefile).read
483
- <span class="linenum">141</span> result = <span class="constant">File</span>.open(outputfile).read
484
- <span class="offending"><span class="linenum">142</span> result.should == reference</span>
485
- <span class="linenum">143</span> <span class="keyword">end</span></code></pre>
486
- </div>
487
- </dd>
488
- </dl>
489
- </div>
490
- <div id="div_group_8" class="example_group passed">
491
- <dl style="margin-left: 0px;">
492
- <dt id="example_group_8" class="passed">Wortsammler conversion</dt>
493
- <script type="text/javascript">moveProgressBar('71.8');</script>
494
- <dd class="example passed"><span class="passed_spec_name">converts a single file to output format</span><span class='duration'>4.03566s</span></dd>
495
- <script type="text/javascript">moveProgressBar('73.2');</script>
496
- <dd class="example passed"><span class="passed_spec_name">converts a single file to default output format</span><span class='duration'>4.15837s</span></dd>
497
- <script type="text/javascript">moveProgressBar('74.6');</script>
498
- <dd class="example passed"><span class="passed_spec_name">handles chapters up to 6 levels</span><span class='duration'>7.92299s</span></dd>
499
- <script type="text/javascript">moveProgressBar('76.0');</script>
500
- <dd class="example passed"><span class="passed_spec_name">handles lists up to 9 levels</span><span class='duration'>4.11691s</span></dd>
501
- <script type="text/javascript">moveProgressBar('77.4');</script>
502
- <dd class="example passed"><span class="passed_spec_name">converts all files within a folder to output format</span><span class='duration'>0.45157s</span></dd>
503
- <script type="text/javascript">moveProgressBar('78.8');</script>
504
- <dd class="example passed"><span class="passed_spec_name">processes a manifest</span><span class='duration'>13.12176s</span></dd>
505
- <script type="text/javascript">moveProgressBar('80.2');</script>
506
- <dd class="example passed"><span class="passed_spec_name">investigates the existence of a manifest</span><span class='duration'>0.35875s</span></dd>
507
- <script type="text/javascript">moveProgressBar('81.6');</script>
508
- <dd class="example passed"><span class="passed_spec_name">extracts the traceables according to a manifest</span><span class='duration'>0.49883s</span></dd>
509
- <script type="text/javascript">moveProgressBar('83.0');</script>
510
- <dd class="example passed"><span class="passed_spec_name">extracts plantuml according to a manifest</span><span class='duration'>0.61010s</span></dd>
511
- <script type="text/javascript">moveProgressBar('84.5');</script>
512
- <dd class="example passed"><span class="passed_spec_name">extracts plantuml from a single file</span><span class='duration'>2.31413s</span></dd>
513
- <script type="text/javascript">moveProgressBar('85.9');</script>
514
- <dd class="example passed"><span class="passed_spec_name">extracts plantuml from a folder</span><span class='duration'>3.63424s</span></dd>
515
- <script type="text/javascript">makeRed('div_group_8');</script>
516
- <script type="text/javascript">makeRed('example_group_8');</script>
517
- <script type="text/javascript">moveProgressBar('87.3');</script>
518
- <dd class="example pending_fixed">
519
- <span class="failed_spec_name">processes snippets</span>
520
- <span class="duration">0.00029s</span>
521
- <div class="failure" id="failure_3">
522
- <div class="message"><pre>Expected pending &#39;Test not yet implemented&#39; to fail. No Error was raised.</pre></div>
523
- <div class="backtrace"><pre>./spec/wortsammler_spec.rb:315</pre></div>
524
- <pre class="ruby"><code><span class="linenum">313</span>
525
- <span class="linenum">314</span>
526
- <span class="offending"><span class="linenum">315</span> it <span class="string"><span class="delimiter">&quot;</span><span class="content">processes snippets</span><span class="delimiter">&quot;</span></span> <span class="keyword">do</span></span>
527
- <span class="linenum">316</span> pending <span class="string"><span class="delimiter">&quot;</span><span class="content">Test not yet implemented</span><span class="delimiter">&quot;</span></span>
528
- <span class="linenum">317</span> <span class="keyword">end</span></code></pre>
529
- </div>
530
- </dd>
531
- <script type="text/javascript">moveProgressBar('88.7');</script>
532
- <dd class="example pending_fixed">
533
- <span class="failed_spec_name">handles undefined snippets</span>
534
- <span class="duration">0.00021s</span>
535
- <div class="failure" id="failure_4">
536
- <div class="message"><pre>Expected pending &#39;Test not yet implemented&#39; to fail. No Error was raised.</pre></div>
537
- <div class="backtrace"><pre>./spec/wortsammler_spec.rb:319</pre></div>
538
- <pre class="ruby"><code><span class="linenum">317</span> <span class="keyword">end</span>
539
- <span class="linenum">318</span>
540
- <span class="offending"><span class="linenum">319</span> it <span class="string"><span class="delimiter">&quot;</span><span class="content">handles undefined snippets</span><span class="delimiter">&quot;</span></span> <span class="keyword">do</span></span>
541
- <span class="linenum">320</span> pending <span class="string"><span class="delimiter">&quot;</span><span class="content">Test not yet implemented</span><span class="delimiter">&quot;</span></span>
542
- <span class="linenum">321</span> <span class="keyword">end</span></code></pre>
543
- </div>
544
- </dd>
545
- <script type="text/javascript">moveProgressBar('90.1');</script>
546
- <dd class="example passed"><span class="passed_spec_name">runs the rake file in the sample document</span><span class='duration'>14.23375s</span></dd>
547
- <script type="text/javascript">moveProgressBar('91.5');</script>
548
- <dd class="example passed"><span class="passed_spec_name">compiles all documents</span><span class='duration'>0.00028s</span></dd>
549
- </dl>
550
- </div>
551
- <div id="div_group_9" class="example_group passed">
552
- <dl style="margin-left: 0px;">
553
- <dt id="example_group_9" class="passed">Wortsammler syntax extensions</dt>
554
- <script type="text/javascript">moveProgressBar('92.9');</script>
555
- <dd class="example passed"><span class="passed_spec_name">[RS_Comp_012] supports embedded images</span><span class='duration'>12.56021s</span></dd>
556
- <script type="text/javascript">moveProgressBar('94.3');</script>
557
- <dd class="example passed"><span class="passed_spec_name">TC_EXP_001 expands expected results from testcases</span><span class='duration'>0.00131s</span></dd>
558
- <script type="text/javascript">moveProgressBar('95.7');</script>
559
- <dd class="example passed"><span class="passed_spec_name">TC_EXP_002 removes plantuml sources</span><span class='duration'>0.00056s</span></dd>
560
- <script type="text/javascript">makeRed('div_group_9');</script>
561
- <script type="text/javascript">makeRed('example_group_9');</script>
562
- <script type="text/javascript">moveProgressBar('97.1');</script>
563
- <dd class="example failed">
564
- <span class="failed_spec_name">TC_EXP_003 handles Markdown inlays</span>
565
- <span class="duration">0.44467s</span>
566
- <div class="failure" id="failure_5">
567
- <div class="message"><pre>Failure/Error: ref.should==result
568
-
569
- expected: &quot;- this is headline\n - this is TC\\_EXP\\_003\\_1\n - this is md TC\\_EXP\\_003\\_2\n ... TC_EXP_003_2.md\n\n\nthis is md TC_EXP_003_2\n\n - hugo\n\n - hugo2\n\nend of TC_EXP_003_2\n&quot;
570
- got: &quot;- this is headline\n - this is TC\\_EXP\\_003\\_1\n - this is md TC\\_EXP\\_003\\_2\n ...s is md TC_EXP_003_2\n-----------------------\n\n - hugo\n\n - hugo2\n\nend of TC_EXP_003_2\n&quot; (using ==)
571
- Diff:
572
-
573
-
574
- @@ -4,11 +4,10 @@
575
- - this is md TC\_EXP\_003\_2
576
-
577
-
578
- +this is headline
579
- +================
580
-
581
- -THIS IS HEADLINE
582
-
583
- -
584
- -
585
- now verbatim by indent inclucde TC_EXP_003_1.md
586
-
587
- ## this is TC_EXP_003_1
588
-
589
-
590
-
591
- @@ -27,13 +26,13 @@
592
-
593
- now full format inclucde TC_EXP_003_1.md
594
-
595
- -
596
- this is TC_EXP_003_1
597
- +--------------------
598
-
599
- we now include TC_EXP_003_2 from TC_EXP_003_1
600
-
601
- -
602
- this is md TC_EXP_003_2
603
- +-----------------------
604
-
605
- - hugo
606
-
607
-
608
- @@ -45,8 +44,8 @@
609
-
610
- now full format inclucde TC_EXP_003_2.md
611
-
612
- -
613
- this is md TC_EXP_003_2
614
- +-----------------------
615
-
616
- - hugo
617
- </pre></div>
618
- <div class="backtrace"><pre>./spec/wortsammler_spec.rb:439:in `block (2 levels) in &lt;top (required)&gt;&#39;</pre></div>
619
- <pre class="ruby"><code><span class="linenum">437</span> ref = <span class="constant">File</span>.open(<span class="string"><span class="delimiter">&quot;</span><span class="inline"><span class="inline-delimiter">#{</span>specdir<span class="inline-delimiter">}</span></span><span class="content">/tc_exp_003_reference.txt</span><span class="delimiter">&quot;</span></span>).read
620
- <span class="linenum">438</span> result = <span class="constant">File</span>.open(<span class="string"><span class="delimiter">&quot;</span><span class="inline"><span class="inline-delimiter">#{</span>tempdir<span class="inline-delimiter">}</span></span><span class="content">/</span><span class="inline"><span class="inline-delimiter">#{</span>mdfile<span class="inline-delimiter">}</span></span><span class="content">.txt</span><span class="delimiter">&quot;</span></span>).read
621
- <span class="offending"><span class="linenum">439</span> ref.should==result</span>
622
- <span class="linenum">440</span> <span class="keyword">end</span></code></pre>
623
- </div>
624
- </dd>
625
- <script type="text/javascript">moveProgressBar('98.5');</script>
626
- <dd class="example failed">
627
- <span class="failed_spec_name">generates an index</span>
628
- <span class="duration">4.54379s</span>
629
- <div class="failure" id="failure_6">
630
- <div class="message"><pre>Failure/Error: ref.should==result
631
-
632
- expected: &quot;CONTENTS\n\nCONTENTS\n\nContents\n1 Das ist ein Test zur Indexerstellung 2\n\n1\n\nJuly 17, 2018\n\n...2 \xC4pfelchen, 2 \xDCber, 2\n\n5\n\n\fINDEX\n\nINDEX\n\nende des Index\n\n6\n\nJuly 17, 2018\n\n\f&quot;
633
- got: &quot;CONTENTS\n\nCONTENTS\n\nContents\n1 Das ist ein Test zur Indexerstellung\n\n2\n\n1\n\nDecember 17, 2...2\nÄpfelchen, 2\nÜber, 2\n\n5\n\n\fINDEX\n\nINDEX\n\nende des Index\n\n6\n\nDecember 17, 2014\n\n\f&quot; (using ==)
634
- Diff:
635
-
636
-
637
-
638
-
639
- @@ -3,22 +3,35 @@
640
- CONTENTS
641
-
642
- Contents
643
- -1 Das ist ein Test zur Indexerstellung 2
644
- +1 Das ist ein Test zur Indexerstellung
645
-
646
- +2
647
- +
648
- 1
649
-
650
- -July 17, 2018
651
- +December 17, 2014
652
-
653
- 1
654
-
655
- DAS IST EIN TEST ZUR INDEXERSTELLUNG
656
-
657
- 1 Das ist ein Test zur Indexerstellung
658
- -Dies ist ein Typoblindtext. An ihm kann man sehen, ob alle Buchstaben da sind und wie sie aussehen. Manchmal benutzt man Worte wie Hamburgefonts, Rafgenduks oder Handgloves, um Schriften zu testen. Manchmal S?tze, die alle Buchstaben des Alphabets enthalten - man nennt diese S?tze ?Pangrams?. Sehr bekannt ist dieser: The quick brown fox jumps over the lazy old dog. Oft werden in Typoblindtexte auch fremdsprachige Satzteile eingebaut (AVAIL? and WefoxTM are testing aussi la Kerning), um die Wirkung in anderen Sprachen zu testen. In Lateinisch sieht zum Beispiel fast jede Schrift gut aus. Quod erat demonstrandum. Seit 1975 fehlen in den meisten Testtexten die Zahlen, weswegen nach TypoGb. 204 ? ab dem Jahr 2034 Zahlen in 86 der Texte zur Pflicht werden. Nichteinhaltung wird mit bis zu 245 oder 368 $ bestraft. Genauso wichtig in sind mittlerweile auch ??c??t?, die in neueren Schriften aber fast immer enthalten sind. Ein wichtiges aber schwierig zu integrierendes Feld sind OpenType-Funktionalit?ten. Je nach Software und Voreinstellungen k?nnen eingebaute Kapit?lchen, Kerning oder Ligaturen (sehr pfiffig) nicht richtig dargestellt werden.Dies ist ein Typoblindtext. An ihm kann man sehen, ob alle Buchstaben da sind und wie sie aussehen. Manchmal benutzt man Worte wie Hamburgefonts, Rafgenduks
659
- +Dies ist ein Typoblindtext. An ihm kann man sehen, ob alle Buchstaben da sind und wie sie aussehen. Manchmal
660
- +benutzt man Worte wie Hamburgefonts, Rafgenduks oder Handgloves, um Schriften zu testen.
661
- +Manchmal Sätze, die alle Buchstaben des Alphabets enthalten - man nennt diese Sätze »Pangrams«. Sehr bekannt
662
- +ist dieser: The quick brown fox jumps over the lazy old dog. Oft werden in Typoblindtexte auch fremdsprachige
663
- +Satzteile eingebaut (AVAIL® and Wefox™ are testing aussi la Kerning), um die Wirkung in anderen Sprachen zu
664
- +testen. In Lateinisch sieht zum Beispiel fast jede Schrift gut aus. Quod erat demonstrandum. Seit 1975 fehlen in
665
- +den meisten Testtexten die Zahlen, weswegen nach TypoGb. 204 § ab dem Jahr 2034 Zahlen in 86 der Texte zur
666
- +Pflicht werden. Nichteinhaltung wird mit bis zu 245 € oder 368 $ bestraft. Genauso wichtig in sind mittlerweile auch
667
- +Âçcèñtë, die in neueren Schriften aber fast immer enthalten sind. Ein wichtiges aber schwierig zu integrierendes Feld
668
- +sind OpenType-Funktionalitäten. Je nach Software und Voreinstellungen können eingebaute Kapitälchen, Kerning
669
- +oder Ligaturen (sehr pfiffig) nicht richtig dargestellt werden.Dies ist ein Typoblindtext. An ihm kann man sehen, ob
670
- +alle Buchstaben da sind und wie sie aussehen. Manchmal benutzt man Worte wie Hamburgefonts, Rafgenduks
671
-
672
- 2
673
-
674
- -July 17, 2018
675
- +December 17, 2014
676
-
677
- 1 DAS IST EIN TEST ZUR INDEXERSTELLUNG
678
-
679
-
680
- @@ -26,11 +39,22 @@
681
-
682
- DAS IST EIN TEST ZUR INDEXERSTELLUNG
683
-
684
- -Dies ist ein Typoblindtext. An ihm kann man sehen, ob alle Buchstaben da sind und wie sie aussehen. Manchmal benutzt man Worte wie Hamburgefonts, Rafgenduks oder Handgloves, um Schriften zu testen. Manchmal S?tze, die alle Buchstaben des Alphabets enthalten - man nennt diese S?tze ?Pangrams?. Sehr bekannt ist dieser: The quick brown fox jumps over the lazy old dog. Oft werden in Typoblindtexte auch fremdsprachige Satzteile eingebaut (AVAIL? and WefoxTM are testing aussi la Kerning), um die Wirkung in anderen Sprachen zu testen. In Lateinisch sieht zum Beispiel fast jede Schrift gut aus. Quod erat demonstrandum. Seit 1975 fehlen in den meisten Testtexten die Zahlen, weswegen nach TypoGb. 204 ? ab dem Jahr 2034 Zahlen in 86 der Texte zur Pflicht werden. Nichteinhaltung wird mit bis zu 245 oder 368 $ bestraft. Genauso wichtig in sind mittlerweile auch ??c??t?, die in neueren Schriften aber fast immer enthalten sind. Ein wichtiges aber schwierig zu integrierendes Feld sind OpenType-Funktionalit?ten. Je nach Software und Voreinstellungen k?nnen eingebaute Kapit?lchen, Kerning oder Ligaturen (sehr pfiffig) nicht richtig dargestellt werden.Dies ist ein Typoblindtext. An ihm kann man sehen, ob alle Buchstaben da sind und wie sie aussehen. Manchmal benutzt man Worte wie Hamburgefonts, Rafgenduks
685
- +Dies ist ein Typoblindtext. An ihm kann man sehen, ob alle Buchstaben da sind und wie sie aussehen. Manchmal
686
- +benutzt man Worte wie Hamburgefonts, Rafgenduks oder Handgloves, um Schriften zu testen. Manchmal Sätze,
687
- +die alle Buchstaben des Alphabets enthalten - man nennt diese Sätze »Pangrams«. Sehr bekannt ist dieser: The
688
- +quick brown fox jumps over the lazy old dog. Oft werden in Typoblindtexte auch fremdsprachige Satzteile eingebaut
689
- +(AVAIL® and Wefox™ are testing aussi la Kerning), um die Wirkung in anderen Sprachen zu testen. In Lateinisch sieht
690
- +zum Beispiel fast jede Schrift gut aus. Quod erat demonstrandum. Seit 1975 fehlen in den meisten Testtexten die
691
- +Zahlen, weswegen nach TypoGb. 204 § ab dem Jahr 2034 Zahlen in 86 der Texte zur Pflicht werden. Nichteinhaltung
692
- +wird mit bis zu 245 € oder 368 $ bestraft. Genauso wichtig in sind mittlerweile auch Âçcèñtë, die in neueren Schriften
693
- +aber fast immer enthalten sind. Ein wichtiges aber schwierig zu integrierendes Feld sind OpenType-Funktionalitäten.
694
- +Je nach Software und Voreinstellungen können eingebaute Kapitälchen, Kerning oder Ligaturen (sehr pfiffig) nicht
695
- +richtig dargestellt werden.Dies ist ein Typoblindtext. An ihm kann man sehen, ob alle Buchstaben da sind und wie
696
- +sie aussehen. Manchmal benutzt man Worte wie Hamburgefonts, Rafgenduks
697
-
698
- 3
699
-
700
- -July 17, 2018
701
- +December 17, 2014
702
-
703
- 1
704
-
705
-
706
- @@ -40,10 +64,15 @@
707
-
708
- 4
709
-
710
- -July 17, 2018
711
- +December 17, 2014
712
-
713
- Index
714
- -S?tze, 2 Typoblindtext, 2, 3 Uder, 2 Ufer, 2 ?pfelchen, 2 ?ber, 2
715
- +Sätze, 2
716
- +Typoblindtext, 2, 3
717
- +Uder, 2
718
- +Ufer, 2
719
- +Äpfelchen, 2
720
- +Über, 2
721
-
722
- 5
723
-
724
- @@ -55,7 +84,7 @@
725
-
726
- 6
727
-
728
- -July 17, 2018
729
- +December 17, 2014
730
-
731
- </pre></div>
732
- <div class="backtrace"><pre>./spec/wortsammler_spec.rb:447:in `block (2 levels) in &lt;top (required)&gt;&#39;</pre></div>
733
- <pre class="ruby"><code><span class="linenum">445</span> ref = <span class="constant">File</span>.open(<span class="string"><span class="delimiter">&quot;</span><span class="inline"><span class="inline-delimiter">#{</span>specdir<span class="inline-delimiter">}</span></span><span class="content">/test_mkindex_reference.txt</span><span class="delimiter">&quot;</span></span>).read
734
- <span class="linenum">446</span> result = <span class="constant">File</span>.open(<span class="string"><span class="delimiter">&quot;</span><span class="inline"><span class="inline-delimiter">#{</span>testoutput<span class="inline-delimiter">}</span></span><span class="content">/test_mkindex.txt</span><span class="delimiter">&quot;</span></span>).read
735
- <span class="offending"><span class="linenum">447</span> ref.should==result</span>
736
- <span class="linenum">448</span> <span class="keyword">end</span></code></pre>
737
- </div>
738
- </dd>
287
+ <dt id="example_group_1" class="passed">TraceableSet</dt>
288
+ <script type="text/javascript">moveProgressBar('5.5');</script>
289
+ <dd class="example passed"><span class="passed_spec_name">should return a blank instance</span><span class='duration'>0.00061s</span></dd>
290
+ <script type="text/javascript">moveProgressBar('11.1');</script>
291
+ <dd class="example passed"><span class="passed_spec_name">allows to add Traceables</span><span class='duration'>0.00012s</span></dd>
292
+ <script type="text/javascript">moveProgressBar('16.6');</script>
293
+ <dd class="example passed"><span class="passed_spec_name">delivers the first of the duplicates</span><span class='duration'>0.00008s</span></dd>
294
+ <script type="text/javascript">moveProgressBar('22.2');</script>
295
+ <dd class="example passed"><span class="passed_spec_name">advertises duplicates</span><span class='duration'>0.00018s</span></dd>
296
+ <script type="text/javascript">moveProgressBar('27.7');</script>
297
+ <dd class="example passed"><span class="passed_spec_name">adertises undefined traceables</span><span class='duration'>0.00010s</span></dd>
298
+ <script type="text/javascript">moveProgressBar('33.3');</script>
299
+ <dd class="example passed"><span class="passed_spec_name">advertises all traceables</span><span class='duration'>0.00006s</span></dd>
300
+ <script type="text/javascript">moveProgressBar('38.8');</script>
301
+ <dd class="example passed"><span class="passed_spec_name">advertises a hash of supporting traces</span><span class='duration'>0.00008s</span></dd>
302
+ <script type="text/javascript">moveProgressBar('44.4');</script>
303
+ <dd class="example passed"><span class="passed_spec_name">advertises traceable ids of a particular category</span><span class='duration'>0.00007s</span></dd>
304
+ <script type="text/javascript">moveProgressBar('50.0');</script>
305
+ <dd class="example passed"><span class="passed_spec_name">advertises ttraceables of a particular category</span><span class='duration'>0.00006s</span></dd>
306
+ <script type="text/javascript">moveProgressBar('55.5');</script>
307
+ <dd class="example passed"><span class="passed_spec_name">merges traceables</span><span class='duration'>0.00018s</span></dd>
308
+ <script type="text/javascript">moveProgressBar('61.1');</script>
309
+ <dd class="example passed"><span class="passed_spec_name">exposes deleted Traceables</span><span class='duration'>0.00009s</span></dd>
310
+ <script type="text/javascript">moveProgressBar('66.6');</script>
311
+ <dd class="example passed"><span class="passed_spec_name">exposes added Traceables</span><span class='duration'>0.00010s</span></dd>
312
+ <script type="text/javascript">moveProgressBar('72.2');</script>
313
+ <dd class="example passed"><span class="passed_spec_name">exposes deleted Traceables of category</span><span class='duration'>0.00006s</span></dd>
314
+ <script type="text/javascript">moveProgressBar('77.7');</script>
315
+ <dd class="example passed"><span class="passed_spec_name">exposes added Traceables of category</span><span class='duration'>0.00010s</span></dd>
316
+ <script type="text/javascript">moveProgressBar('83.3');</script>
317
+ <dd class="example passed"><span class="passed_spec_name">exploses changed traceids as array of [Traceid, levensthein, diff_as_html]</span><span class='duration'>0.01738s</span></dd>
318
+ <script type="text/javascript">moveProgressBar('88.8');</script>
319
+ <dd class="example passed"><span class="passed_spec_name">exposes unchanged Traceables</span><span class='duration'>0.00554s</span></dd>
320
+ <script type="text/javascript">moveProgressBar('94.4');</script>
321
+ <dd class="example passed"><span class="passed_spec_name">can be marshalled to a file</span><span class='duration'>0.00182s</span></dd>
739
322
  <script type="text/javascript">moveProgressBar('100.0');</script>
740
- <dd class="example passed"><span class="passed_spec_name">reports TeX messages</span><span class='duration'>4.56624s</span></dd>
323
+ <dd class="example passed"><span class="passed_spec_name">can be dumped to a graphml file</span><span class='duration'>0.00216s</span></dd>
741
324
  </dl>
742
325
  </div>
743
- <script type="text/javascript">document.getElementById('duration').innerHTML = "Finished in <strong>161.72796 seconds</strong>";</script>
744
- <script type="text/javascript">document.getElementById('totals').innerHTML = "71 examples, 6 failures";</script>
326
+ <script type="text/javascript">document.getElementById('duration').innerHTML = "Finished in <strong>0.03252 seconds</strong>";</script>
327
+ <script type="text/javascript">document.getElementById('totals').innerHTML = "18 examples, 0 failures";</script>
745
328
  </div>
746
329
  </div>
747
330
  </body>