diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lint.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/lint.scm b/tests/lint.scm index 9a043c4b59a..e77d443264a 100644 --- a/tests/lint.scm +++ b/tests/lint.scm | |||
| @@ -202,6 +202,16 @@ | |||
| 202 | (synopsis "Arbitrary precision")))) | 202 | (synopsis "Arbitrary precision")))) |
| 203 | (check-synopsis-style pkg)))))) | 203 | (check-synopsis-style pkg)))))) |
| 204 | 204 | ||
| 205 | (test-assert "synopsis: start with abbreviation" | ||
| 206 | (string-null? | ||
| 207 | (call-with-warnings | ||
| 208 | (lambda () | ||
| 209 | (let ((pkg (dummy-package "uucp" | ||
| 210 | ;; Same problem with "APL interpreter", etc. | ||
| 211 | (synopsis "UUCP implementation") | ||
| 212 | (description "Imagine this is Taylor UUCP.")))) | ||
| 213 | (check-synopsis-style pkg)))))) | ||
| 214 | |||
| 205 | (test-assert "inputs: pkg-config is probably a native input" | 215 | (test-assert "inputs: pkg-config is probably a native input" |
| 206 | (->bool | 216 | (->bool |
| 207 | (string-contains | 217 | (string-contains |
