diff options
author | Sean Allred <code@seanallred.com> | 2015-01-01 19:01:36 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-01 19:01:36 -0500 |
commit | bf4f193a76100917764f249023f4844a2ca15b2c (patch) | |
tree | 76bff5cb0fc075542ad4f8b135b770591993c2d2 /test | |
parent | b4ac5e67f55147db98e17f9e2df8d7e044b6bcdf (diff) |
Fix docstring
Diffstat (limited to 'test')
-rw-r--r-- | test/test-printing.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-printing.el b/test/test-printing.el index 6225bf6..2857cb7 100644 --- a/test/test-printing.el +++ b/test/test-printing.el @@ -61,7 +61,7 @@ after being run through `sx-question--tag-format'." 2 1 "autocomplete" "performance" "ctags")))) (ert-deftest sx--user-@name () - "Test macro expansion for `sx-assoc-let'" + "Test `sx--user-@name' character substitution" (should (string= (sx--user-@name '((display_name . "ĥÞßđłřğĝýÿñńśşšŝżźžçćčĉùúûüŭůòóôõöøőðìíîïıèéêëęàåáâäãåąĵ★"))) |