all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36047] [PATCH 1/2] tests: hackage: Test multiline cabal description.
@ 2019-06-01 22:27 Robert Vollmert
  2019-06-01 22:27 ` [bug#36046] [PATCH 2/2] guix import hackage: Parse braced properties Robert Vollmert
  2019-06-02 20:15 ` bug#36047: [PATCH 1/2] tests: hackage: Test multiline cabal description Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Vollmert @ 2019-06-01 22:27 UTC (permalink / raw)
  To: 36047; +Cc: Robert Vollmert

* tests/hackage.scm: Add test case with multi-line description.
---
 tests/hackage.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/tests/hackage.scm b/tests/hackage.scm
index 269c1e1f9b..2f45194fab 100644
--- a/tests/hackage.scm
+++ b/tests/hackage.scm
@@ -236,6 +236,25 @@ library
 (test-assert "hackage->guix-package test 6"
   (eval-test-with-cabal test-cabal-6 match-ghc-foo-6))
 
+;; Check multi-line layouted description
+(define test-cabal-multiline-desc
+  "name: foo
+version: 1.0.0
+homepage: http://test.org
+synopsis: synopsis
+description:   first line
+               second line
+license: BSD3
+executable cabal
+  build-depends:
+    HTTP       >= 4000.2.5 && < 4000.3,
+    mtl        >= 2.0      && < 3
+")
+
+(test-assert "hackage->guix-package test multiline desc"
+  (eval-test-with-cabal test-cabal-multiline-desc match-ghc-foo))
+
+
 (test-assert "read-cabal test 1"
   (match (call-with-input-string test-read-cabal-1 read-cabal)
     ((("name" ("test-me"))
-- 
2.20.1 (Apple Git-117)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-02 20:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-01 22:27 [bug#36047] [PATCH 1/2] tests: hackage: Test multiline cabal description Robert Vollmert
2019-06-01 22:27 ` [bug#36046] [PATCH 2/2] guix import hackage: Parse braced properties Robert Vollmert
2019-06-02 20:15 ` bug#36047: [PATCH 1/2] tests: hackage: Test multiline cabal description Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.