We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791cc82 commit 078a358Copy full SHA for 078a358
debsources/tests/test_web_cp.py
@@ -319,8 +319,8 @@ def test_synopsis_parsing(self):
319
self.assertIn("<a href=\"#license-0\">FSF-configure</a>", rv.data)
320
# Test separating by ',' and, or and create correct links
321
synopsis = "<a href=\"#license-0\">FSF-configure</a>, and " \
322
- "<a href=\"http://opensource.org/licenses/GPL-2.0\">GPL-2+"\
323
- " with Libtool exception</a> or <a href=\"http://opensou" \
+ "<a href=\"#license-5\">GPL-2+ with Libtool exception"\
+ "</a> or <a href=\"http://opensou" \
324
"rce.org/licenses/GPL-3.0\">GPL-3+</a>"
325
self.assertIn(synopsis, rv.data)
326
0 commit comments