emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode dd5f937a49 331/500: Change the description of a c


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode dd5f937a49 331/500: Change the description of a couple of tests.
Date: Sat, 29 Jan 2022 08:27:18 -0500 (EST)

branch: elpa/nix-mode
commit dd5f937a49fa1c30ef5744228edb8afa50112473
Author: Jakub Piecuch <j.piecuch96@gmail.com>
Commit: Jakub Piecuch <j.piecuch96@gmail.com>

    Change the description of a couple of tests.
---
 tests/nix-mode-tests.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/nix-mode-tests.el b/tests/nix-mode-tests.el
index 398390b795..2a58e0d67c 100644
--- a/tests/nix-mode-tests.el
+++ b/tests/nix-mode-tests.el
@@ -166,19 +166,19 @@ Related issue: 
https://github.com/NixOS/nix-mode/issues/72";
   (with-nix-mode-test ("issue-72.nix" :indent 'nix-indent-line)))
 
 (ert-deftest nix-mode-test-indent-hello-smie ()
-  "Proper indentation of strings in a multi-line string."
+  "Proper indentation of a simple derivation."
   (with-nix-mode-test ("hello.nix" :indent 'smie-indent-line)))
 
 (ert-deftest nix-mode-test-indent-hello ()
-  "Proper indentation of strings in a multi-line string."
+  "Proper indentation of a simple derivation."
   (with-nix-mode-test ("hello.nix" :indent 'nix-indent-line)))
 
 (ert-deftest nix-mode-test-indent-all-packages-smie ()
-  "Proper indentation of strings in a multi-line string."
+  "Proper indentation of a set of package definitions."
   (with-nix-mode-test ("all-packages.nix" :indent 'smie-indent-line)))
 
 (ert-deftest nix-mode-test-indent-issue-74-smie ()
-  "Proper indentation of strings in a multi-line string."
+  "Proper indentation of a set of package definitions."
   (with-nix-mode-test ("issue-74.nix" :indent 'smie-indent-line)))
 
 (ert-deftest nix-mode-test-indent-issue-77-smie ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]