File: 0002-Remove-non-existing-one-1.md-from-tests-config.ld.patch

package info (click to toggle)
lua-ldoc 1.4.3-5%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 912 kB
  • ctags: 748
  • sloc: ansic: 56; makefile: 55
file content (18 lines) | stat: -rw-r--r-- 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Julian Wollrath <jwollrath@web.de>
Date: Fri, 26 Dec 2014 17:19:57 +0100
Subject: Remove non-existing 'one 1.md' from tests/config.ld

---
 tests/config.ld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/config.ld b/tests/config.ld
index 22b4983..08621bc 100644
--- a/tests/config.ld
+++ b/tests/config.ld
@@ -2,4 +2,4 @@ format='markdown'
 project = 'Basic Example'
 file = {'types.lua','classes.lua'}
 use_markdown_titles=true
-topics = {'one 1.md','two.md'}
+topics = {'two.md'}