diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-07 20:42:02 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-07 20:42:03 +0200 |
commit | 20e3f3e1151b2f22ae7fb5aa8764148654f35090 (patch) | |
tree | 3f6af3a73f4548b8f6564a31984abeeefd60b0ef /tests/import-utils.scm | |
parent | 965e2d6eb90826181471b834437ac68dcb9217cb (diff) | |
parent | 451ba2e5bb523c18a2ccc941df47b598c48ef57e (diff) |
Merge branch 'master' into gnome-team
Diffstat (limited to 'tests/import-utils.scm')
-rw-r--r-- | tests/import-utils.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/import-utils.scm b/tests/import-utils.scm index 7b078eac05..229e6eafaa 100644 --- a/tests/import-utils.scm +++ b/tests/import-utils.scm @@ -61,6 +61,10 @@ Differences are hard to spot, e.g. in CLOS vs. GOOPS.")) "The term API is not code, but @code{myAPI} might be." (beautify-description "The term API is not code, but myAPI might be.")) +(test-equal "beautify-description: do not include punctuation when wrapping in @code" + "Code (@code{DelayedMatrix}, @code{MaMa}, or @code{MeMe}) should be wrapped." + (beautify-description "Code (DelayedMatrix, MaMa, or MeMe) should be wrapped.")) + (test-equal "license->symbol" 'license:lgpl2.0 (license->symbol license:lgpl2.0)) |