Megatest

Diff
Login

Differences From Artifact [25924e53ee]:

To Artifact [77db9f6f53]:


18
19
20
21
22
23
24

25




26
27
28
29
30
31
32

;;======================================================================

(declare (unit genexample))
(use posix regex matchable)

(declare (uses commonmod))

(import commonmod)





(include "db_records.scm")

(define genexample:example-logpro
#<<EOF
  ;; You should have at least one expect:required. This ensures that your process ran
  ;; comment out the line below and replace "put pattern here" with a pattern that will







>

>
>
>
>







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

;;======================================================================

(declare (unit genexample))
(use posix regex matchable)

(declare (uses commonmod))
(declare (uses debugprint))
(import commonmod)
(import debugprint)

(declare (uses margsmod))
(import margsmod)

(include "db_records.scm")

(define genexample:example-logpro
#<<EOF
  ;; You should have at least one expect:required. This ensures that your process ran
  ;; comment out the line below and replace "put pattern here" with a pattern that will